mtv-crypto

Crates.iomtv-crypto
lib.rsmtv-crypto
version0.0.1
sourcesrc
created_at2024-07-20 04:22:29.65234
updated_at2024-07-23 03:18:55.770419
descriptionTools to create and validate Memetaverse's Authentication Chains.
homepage
repository
max_upload_size
id1309245
size94,617
Nguyen Thang (thang14)

documentation

README

Memetaverse crypto (Rust)

Test

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
Commit count: 0

cargo fmt