Gelotto / lotto

CosmWasm lotto smart contract

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CosmWasm Project

Project Structure

Contract are partitioned into query and execute functions. Query functions read contract state; whereas, execute functions may mutate state. These groups of functions are contained in distinct modules: src/execute/ and src/query/. If the contract implements any other entrypoint, like reply, one can create a new reply module following the established pattern.

Building, Deploying, Instantiating

TODO

Execute Functions

Change Ownership

This lets you change the "owner" address associated with the contract.

Query Functions

Select

Return one or more specified properties from state.

About

CosmWasm lotto smart contract


Languages

Language:Rust 86.0%Language:Shell 12.0%Language:Makefile 1.2%Language:Python 0.8%