defund-cosmwasm

Crates.iodefund-cosmwasm
lib.rsdefund-cosmwasm
version0.1.3
sourcesrc
created_at2022-12-09 09:37:07.486137
updated_at2022-12-14 17:48:24.817425
descriptionBindings for Cosmwasm on the Defund blockchain.
homepage
repository
max_upload_size
id733131
size29,308
Joe Schnetzler (schnetzlerjoe)

documentation

README

Defund Bindings for Cosmwasm

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.

Install

Add the crate dependency to your Cargo.toml file within your smart contract

[dependencies]
defund-cosmwasm = { version = "0.1.3" }

Query

Msg

Commit count: 0

cargo fmt