Website: [earthbucks.com](https://earthbucks.com)
Repo: [github.com/earthbucks/earthbucks](https://github.com/earthbucks/earthbucks)
This library contains data structures and algorithms for EarthBucks. This
library is co-implemented in both Rust and TypeScript.
Example:
```rs
use earthbucks_lib::priv_key::PrivKey;
```
Please find all the modules available in the lib.rs file.