https://github.com/code-monad/ckb-compose-example
Example codes shows how to use deleagte lock to do on-chain composing and vice-versa
https://github.com/code-monad/ckb-compose-example
Last synced: 4 months ago
JSON representation
Example codes shows how to use deleagte lock to do on-chain composing and vice-versa
- Host: GitHub
- URL: https://github.com/code-monad/ckb-compose-example
- Owner: code-monad
- License: gpl-3.0
- Created: 2024-10-27T20:14:03.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-29T05:53:23.000Z (over 1 year ago)
- Last Synced: 2025-08-31T01:32:34.753Z (5 months ago)
- Language: TypeScript
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CKB On-chain Composing Example Codes
This repo contains example codes about how-to do on-chain composing and decomposing.
## Quick Start
Remember to change the spore id inside of the example. And run follow commands
```bash
npm install
CKB_PRIVATE_KEY=YOUR_PRIVATE_KEY_WITH_0x npm run compose # compose example
CKB_PRIVATE_KEY=YOUR_PRIVATE_KEY_WITH_0x npm run decompose # decompose example
```
Copyright (C) <2024> Nervape Studio & Code Monad(code@lab-11.org, code@nervape.com)