Projects

Implemented Blockchain in JavaScript

  • Implemented the complete Blockchain from scratch in JavaScript.
  • Implemented proof of work
  • Implemented Consensus Algorithm based on longest chain rule
  • Built a Block Explorer to explore the blocks

Decentralized Lottery System

  • Implemented Decentralized Lottery system using Ethereum’s smart contract.
  • Tested the contract using ganache and mocha
  • Deployed the contract on Rinkeby Test Network
  • Implemented front-end in React
  • Used Web3 to interact with the contract

Decentralized Election System

  • Implemented Decentralized Election system using Ethereum’s smart contract.
  • Tested the contract using ganache and mocha
  • Deployed the contract on Rinkeby Test Network
  • Implemented front-end in React
  • Used Web3 to interact with the contract

Decentralized Crowd Funding System

  • Implemented Decentralized Crowd Funding system using Ethereum’s smart contract.
  • Tested the contract using ganache and mocha
  • Deployed the contract on Rinkeby Test Network
  • Implemented front-end in React
  • Used Web3 to interact with the contract