vorachaitya / JaduiLottery

Basics of Solidity programming language covered and project-JaduiLottery built successfully

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solidity: Basic Programming

Understanding basic concepts of Solidity programming language.

  • Arrays
  • Contract_Balance
  • Enum
  • Functions
  • Global
  • Integers
  • Local variables
  • Loops
  • Mapping
  • State variables
  • Structure
  • Visibility
  • Sample program

JaduiLottery

A Decentralised Lottery Application made in Solidity language and deployed on Ethereum Blockchain.

  1. Participants must have a wallet.
  2. A participant can transfer more than one time but transferred ether must be 1 ether.
  3. As the participant will transfer ether,its address will be registered.
  4. Manager will have full control over the lottery.
  5. The contract will be reset once the round is complete.

About

Basics of Solidity programming language covered and project-JaduiLottery built successfully


Languages

Language:Solidity 100.0%