An open API service indexing awesome lists of open source software.

https://github.com/zilpay/zilliqa-dapps

different set zilliqa dApps
https://github.com/zilpay/zilliqa-dapps

dapp zilliqa zilpay

Last synced: 3 months ago
JSON representation

different set zilliqa dApps

Awesome Lists containing this project

README

          

# Hello, in this repository have example zilliqa dApps.
### You can run and edit or create yours dApp.
### it have 6 dApps
* [FungibleToken](https://github.com/lich666dead/zilliqa-dApps/tree/master/public/fungibletoken): will help create FungibleToken(implementation ERC-20)
* [Namicorn](https://github.com/lich666dead/zilliqa-dApps/tree/master/public/namicorn): this dApp for buy domain in domain zone .zil
* [Non-FungibleToken](https://github.com/lich666dead/zilliqa-dApps/tree/master/public/nonfungibletoken): will help create FungibleToken(implementation ERC-721)
* [Roll](https://github.com/lich666dead/zilliqa-dApps/tree/master/public/roll): it is game, demonstrate work with hash in scilla contract, it is not RNG!
* [scilla-editor](https://github.com/lich666dead/zilliqa-dApps/tree/master/public/scilla-editor): will help editing and deploy smart contract scilla.
* [zrc](https://github.com/lich666dead/zilliqa-dApps/tree/master/public/scilla-editor): it demonstrate selling and buying tokens.

# Based this dApps demonstrate few functional wallet [ZilPay](https://zilpay.xyz).

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