cw4-registry

Crates.iocw4-registry
lib.rscw4-registry
version0.2.5
sourcesrc
created_at2022-03-22 06:23:37.821184
updated_at2022-03-22 06:23:37.821184
descriptioncw4 registry contract indexes group members
homepage
repository
max_upload_size
id554508
size86,050
James (entrancedjames)

documentation

README

cw4-registry

cw4 registry contract indexes group members.

Group admin must register the registry contract address as hook before adding the group to the registry. Membership changes will be executed automatically.

Running this contract

You will need Rust 1.58.1+ with wasm32-unknown-unknown target installed.

You can run unit tests on this via:

cargo test

Once you are happy with the content, you can compile it to wasm via:

RUSTFLAGS='-C link-arg=-s' cargo wasm
cp ../../target/wasm32-unknown-unknown/release/cw4_registry.wasm .
ls -l cw4_registry.wasm
sha256sum cw4_registry.wasm

Or for a production-ready (optimized) build, run a build command in the the repository root: https://github.com/CosmWasm/cw-plus#compiling.

Commit count: 0

cargo fmt