#cosmwasm #cosmos #smart-contracts #blockchain #inter-chain

bin+lib cw-boolean-contract

Simple CosmWasm contract that stores and returns a boolean

5 releases

0.1.4 May 30, 2023
0.1.3 Feb 15, 2023
0.1.2 Feb 5, 2023
0.1.1 Feb 5, 2023
0.1.0 Feb 5, 2023

#11 in #inter-chain

MIT/Apache

67KB
204 lines

Boolean contract

Extremely simple CosmWasm contract that stores a boolean. It'll be useful in demonstrating rules with CronCat.


lib.rs:

For an overview, see the README here, since Rust docs are odd.

Dependencies

~4.5–6MB
~134K SLoC