You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CosmWasm docs describe the creation of a product (Smart Contract) but do not explain how to use it in the real world.
I would like to see maybe a separate section like Deployment where we would create a simple but feature-full contract, set up a simple chain, and describe:
Install the contract on the chain
Initialize the contract
Execution, queries, sudos, ...
Usage of custom messages and custom queries
And potentially more
All of that with example setups in both contract and chain.
The text was updated successfully, but these errors were encountered:
The CosmWasm docs describe the creation of a product (Smart Contract) but do not explain how to use it in the real world.
I would like to see maybe a separate section like
Deployment
where we would create a simple but feature-full contract, set up a simple chain, and describe:All of that with example setups in both contract and chain.
The text was updated successfully, but these errors were encountered: