Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 417 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 417 Bytes

Solidity adventures

Aim

Learning solidity

Solidity guidelines

Solidity docs

Examples

Some examples based on Ethereum. The contracts can do the following things:

  • Flips a coin to generate a random number
  • Doubly linkedllist
  • Oraclize integration
  • IPFS integration
  • A very basic verion of rrock-paper-scissors
  • Rudimentary supply chain management system