Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 1.16 KB

README.md

File metadata and controls

16 lines (14 loc) · 1.16 KB

Hello, in this repository have example zilliqa dApps.

You can run and edit or create yours dApp.

it have 6 dApps

  • FungibleToken: will help create FungibleToken(implementation ERC-20)
  • Namicorn: this dApp for buy domain in domain zone .zil
  • Non-FungibleToken: will help create FungibleToken(implementation ERC-721)
  • Roll: it is game, demonstrate work with hash in scilla contract, it is not RNG!
  • scilla-editor: will help editing and deploy smart contract scilla.
  • zrc: it demonstrate selling and buying tokens.

Based this dApps demonstrate few functional wallet ZilPay.

$ npm install # Install dependencies
$ npm start   # run http serve on 3000 port