An open API service indexing awesome lists of open source software.

https://github.com/nervosnetwork/ckb-testtool

A helper library for writing CKB script test cases. It is migrated from capsule: https://github.com/nervosnetwork/capsule
https://github.com/nervosnetwork/ckb-testtool

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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