Skip to content

Repository files navigation

Blockchain-Workshop-2024

Resources and codes used in the sessions.

Day 1

Introduction

Day 4

Blockchain Applications

  1. solidity by example (https://solidity-by-example.org/)
  2. Resources mentioned in this repo (https://github.com/ttumiel/Awesome-Ethereum)
  3. https://ethereum.org/en/
  4. to write tests or for frontend integeration: ethers js (https://docs.ethers.org/v5/)
  5. Example of a simple full dapp in ethereum voting dapp (https://github.com/pdscorg/Blockchain-Fellowship/tree/main/Day2)

Here, in the election contract, in constructor, update these values to proper values, before you try it out yourself. The value should be in unix timestamp. Learn what is unix timestamp from the first resource.

startTime = MAX_INT;
endTime = MAX_INT;
startReg = MAX_INT;
endReg = MAX_INT;

About

Resources and codes used in the sessions.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors