Crates.io | dcl-crypto |
lib.rs | dcl-crypto |
version | 0.2.2 |
source | src |
created_at | 2023-04-18 18:30:13.353432 |
updated_at | 2024-02-14 19:36:28.771308 |
description | Tools to create and validate Decentraland's Authentication Chains. |
homepage | |
repository | |
max_upload_size | |
id | 842735 |
size | 103,530 |
This crate is a port of @dcl/crypto
originally implemented on javascript and provides the necessary tools to create and validate
Decentraland's Authentication Chains.
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
:warning: Do not modify
package.version
onCargo.toml
Use Github Releases to create a new version.