ckb-ez 0.1.2

CKB Easy is an experimental project that aims to provide human-friendly interfaces for common CKB operations.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# CKB Easy

CKB Easy is an experimental project that aims to provide human-friendly interfaces for common CKB operations. Note that CKB Easy is not a complete SDK, but only implements the CKB functions that I am interested in.

Features:

- No third-party dependencies. All code is visible.
- Incredibly simple.

```toml
[dependencies]
ckb-ez = "0.1"
```