https://github.com/retricsu/liquidable-dao-dapp
https://github.com/retricsu/liquidable-dao-dapp
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/retricsu/liquidable-dao-dapp
- Owner: RetricSu
- Created: 2021-02-27T03:42:11.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-12T15:51:34.000Z (almost 4 years ago)
- Last Synced: 2025-01-14T16:06:09.028Z (3 months ago)
- Language: TypeScript
- Size: 750 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CKB Liquidable DAO Dapp
This repo contains the dapp-side code in the talk video - [Dapps On CKB: Building A Liquidable DAO workshop]().

In order to run this dapp, firstly you should deploy the smart contract on a CKB blockchain.
- dapp
- [smart contract](https://github.com/RetricSu/liquidable-nervos-dao-contract)## development
this repo contains two parts: [server](packages/client) and [client](packages/server).
you can check out each part in `./packages`.
## just for fun
This demo is mainly used for teaching about how to build dapps on CKB, however, you can try improve the project to be a little more like a real product if you want.
some additaional feature and ideas includes:
- [x] add an devnet faucet to make new wallet be able to use this demo
- [ ] add or complete the wallet-related funciton, like:
- [ ] recent transaction history
- [ ] wallet balance
- [ ] your NervosDAO earning
- [ ] ...
- [ ] a market-place to trade with this puppet cell
- [ ] to show the poential of liquating NervosDAO cell, like a faked defi mining app that can actually runing!Feel free to submit a PR!
Happy Coding!