Skip to content

zilpay/zilliqa-dApps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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