| Crates.io | ironfish |
| lib.rs | ironfish |
| version | 0.3.0 |
| created_at | 2023-06-08 19:12:29.533543+00 |
| updated_at | 2024-10-28 19:25:35.587213+00 |
| description | Rust crate for interacting with transactions on the Iron Fish chain |
| homepage | https://ironfish.network/ |
| repository | https://github.com/iron-fish/ironfish |
| max_upload_size | |
| id | 885667 |
| size | 329,213 |
This is the core API for interacting with transactions and the chain. It's essentially a facade to a lot of different projects.
This layer is tangentially aware of the chain. It is not aware of the peer-to-peer network or client APIs.
This library requires Sapling parameters to be present prior to compilation.
download-params feature-flag to download the Iron Fish parameters from Github at compile-time../src/sapling_params/sapling_{spend | output | mint}.params
$ ls ./src/sapling_params
sapling-mint.params sapling-output.params sapling-spend.params