https://github.com/nervosnetwork/ckb-production-scripts
https://github.com/nervosnetwork/ckb-production-scripts
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nervosnetwork/ckb-production-scripts
- Owner: nervosnetwork
- Created: 2020-03-19T04:25:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-19T03:46:58.000Z (over 1 year ago)
- Last Synced: 2025-04-12T01:55:30.290Z (over 1 year ago)
- Language: C
- Size: 839 KB
- Stars: 19
- Watchers: 15
- Forks: 18
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-nervos-ckb - Anyone Can Pay: A lock script that allows cells to accept tokens from anyone
README
# ckb production scripts
CKB scripts used in production.
### Build
```
git submodule update --init --recursive
make all-via-docker
```
### RFC and Deployment
* [sUDT](https://github.com/nervosnetwork/rfcs/blob/master/rfcs/0025-simple-udt/0025-simple-udt.md)
* [xUDT](https://github.com/nervosnetwork/rfcs/pull/428)
All scripts above are deployed on mainnet, see RFC for more details.
### Policy
* All scripts have been developed by the nervosnetwork team.
* Each script undergoes comprehensive review and audit processes to ensure quality and security.
* All scripts are deployed on the mainnet, with no capability for upgrading, guaranteeing stability and reliability.
### Omnilock
It is moved to a [new repo](https://github.com/cryptape/omnilock).
### Anyone Can Pay
It is moved to a [new repo](https://github.com/cryptape/anyone-can-pay).