ckb-script 0.107.0

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

- Download All Dependencies

  - Create a directory named `deps`.

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

    Checkout the commit 6665e3a289648a0da69b818ea620aeb5e8d74e3b.

- Build all scripts with `docker`.

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