#cosmwasm #cosmos #library #blockchain

cw-vault-token

An abstraction for different ways of implementing a vault token

2 unstable releases

0.2.0-rc.1 Aug 23, 2023
0.1.0 Feb 13, 2023

#159 in #cosmos

Download history 13/week @ 2024-03-28 17/week @ 2024-04-04

133 downloads per month

MPL-2.0 license

32KB
559 lines

Cosmwasm Vault Token

Description

An abstraction for different ways of implementing a vault token. This crate defines a set of traits that define the behavior of a vault token. Two implementations are provided, one for an Osmosis native denom minted through the TokenFactory module and one for Cw4626 tokenized vaults. See the cosmwasm-vault-standard crate for more information about tokenized vaults.


lib.rs:

Cosmwasm Vault Token

Description

An abstraction for different ways of implementing a vault token. This crate defines a set of traits that define the behavior of a vault token. Two implementations are provided, one for an Osmosis native denom minted through the TokenFactory module and one for Cw4626 tokenized vaults. See the cosmwasm-vault-standard crate for more information about tokenized vaults.

Dependencies

~9.5MB
~204K SLoC