Crates.io | defund-cosmwasm |
lib.rs | defund-cosmwasm |
version | 0.1.3 |
source | src |
created_at | 2022-12-09 09:37:07.486137 |
updated_at | 2022-12-14 17:48:24.817425 |
description | Bindings for Cosmwasm on the Defund blockchain. |
homepage | |
repository | |
max_upload_size | |
id | 733131 |
size | 29,308 |
This is a crate for building dETFs on Defund with Cosmwasm. Add this crate to your Cargo dependencies to use the bindings to interact directly with the Defund chain.
Add the crate dependency to your Cargo.toml
file within your smart contract
[dependencies]
defund-cosmwasm = { version = "0.1.3" }