mtv-crypto 0.0.0-development

Tools to create and validate Memetaverse's Authentication Chains.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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.

```bash
cp .cargo/config.toml.example .cargo/config.toml
```

Once configured you can run all tests

```bash
cargo test --doc
```