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
- Host: GitHub
- URL: https://github.com/zilpay/zilliqa-dapps
- Owner: zilpay
- License: mit
- Created: 2019-05-13T08:50:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T23:17:06.000Z (about 3 years ago)
- Last Synced: 2025-01-13T23:32:54.955Z (about 1 year ago)
- Topics: dapp, zilliqa, zilpay
- Language: HTML
- Size: 1.59 MB
- Stars: 9
- Watchers: 3
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```