https://github.com/nervosnetwork/sudt-faucet
https://github.com/nervosnetwork/sudt-faucet
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nervosnetwork/sudt-faucet
- Owner: nervosnetwork
- Created: 2021-08-24T17:59:37.000Z (almost 5 years ago)
- Default Branch: develop
- Last Pushed: 2022-09-16T01:29:11.000Z (almost 4 years ago)
- Last Synced: 2025-04-12T01:55:15.094Z (over 1 year ago)
- Language: TypeScript
- Size: 296 KB
- Stars: 2
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CKB UDT Issuer
## Development
### Requirement
- NodeJS 12.x
- yarn 1.x
### Start Development UI
```
// init ckit submodule
// submodule will be removed when ckit published
git submodule update --init
// install dependencies
yarn install
// build packages
yarn build:lib
// start apps
yarn workspace @sudt-faucet/app-ui-issuer start
yarn workspace claim-ui start
```