Crates.io | vaultenator |
lib.rs | vaultenator |
version | 0.5.1 |
source | src |
created_at | 2024-03-20 13:56:24.729977 |
updated_at | 2024-11-08 09:12:06.293805 |
description | An opinionated base vault implementing CosmWasm Vault Standard using Tokenfactory |
homepage | https://github.com/margined-protocol/vaultenator |
repository | https://github.com/margined-protocol/vaultenator |
max_upload_size | |
id | 1180509 |
size | 47,591 |
An opinionated base vault implementing CosmWasm Vault Standard using Tokenfactory.
Use the crate in your CosmWasm project
cargo add vaultenator
Implement traits or include default implementations. See the Example Vault for an exmaple implementation using Vaulteantor.
# Build contract
cargo wasm
# Run tests
cargo test
# Check formatting
cargo fmt --all -- --check
# Run clippy
cargo clippy -- -D warnings
A git pre-commit script is available to run these checks.
cp ./scripts/pre-commmit .git/hooks/