ckb-script 0.119.0

CKB component to run the type/lock scripts.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
### How to rebuild all test scripts?

- Download All Dependencies

  - Create a directory named `deps`.

  - Clone https://github.com/nervosnetwork/ckb-c-stdlib into `deps`.

- Build all scripts with `docker`.

  ```shell
  make all-in-docker
  ```