pmtree/README.md

16 lines
325 B
Markdown
Raw Normal View History

2022-10-11 17:10:32 +00:00
<h1 align="center">pmtree</h1>
2022-10-11 17:21:26 +00:00
<h3 align="center">Persistent Merkle Tree in Rust</h3>
2022-10-11 17:10:32 +00:00
## How to use
```toml
[dependencies]
pmtree = { git = "https://github.com/Rate-Limiting-Nullifier/pmtree" }
2022-10-11 17:21:26 +00:00
```
## Clone & Build
```bash
git clone git@github.com:Rate-Limiting-Nullifier/pmtree.git && cd pmtree
cargo build --release
```