Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nervosnetwork/ckb-production-scripts
https://github.com/nervosnetwork/ckb-production-scripts
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nervosnetwork/ckb-production-scripts
- Owner: nervosnetwork
- Created: 2020-03-19T04:25:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-02T00:59:59.000Z (8 months ago)
- Last Synced: 2024-04-14T04:07:49.284Z (7 months ago)
- Language: C
- Size: 837 KB
- Stars: 16
- Watchers: 15
- Forks: 17
- Open Issues: 3
-
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).