ckb-testtool 1.0.1

CKB contract testing tools
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# CKB Test Tool

A helper library for writing CKB script test cases. It is migrated from [capsule](https://github.com/nervosnetwork/capsule)

```toml
[dependencies]
ckb-testtool = "1.0"
```

## Usage

See [https://docs.rs/ckb-testtool/latest/ckb_testtool/](https://docs.rs/ckb-testtool/latest/ckb_testtool/)

## License

MIT