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 ```