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
- Host: GitHub
- URL: https://github.com/nervosnetwork/ckb-testtool
- Owner: nervosnetwork
- Created: 2024-05-17T05:11:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-24T04:14:23.000Z (5 months ago)
- Last Synced: 2026-03-25T05:21:06.603Z (5 months ago)
- Language: Rust
- Homepage:
- Size: 98.6 KB
- Stars: 1
- Watchers: 7
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Agents: AGENTS.md
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