Crates.io | mtv-crypto |
lib.rs | mtv-crypto |
version | 0.0.1 |
source | src |
created_at | 2024-07-20 04:22:29.65234 |
updated_at | 2024-07-23 03:18:55.770419 |
description | Tools to create and validate Memetaverse's Authentication Chains. |
homepage | |
repository | |
max_upload_size | |
id | 1309245 |
size | 94,617 |
To run all tests you need to provide a ethereum rpc endpoint.
First, create a .cargo/config.toml
file using the template provided in the repository and set your rpc provider.
cp .cargo/config.toml.example .cargo/config.toml
Once configured you can run all tests
cargo test --doc