cosmwasm-zero-to-hero
cosmwasm-zero-to-hero copied to clipboard
`env` is always passed from `execute` and `query` to the specific execute / query functions, but barely used. Can we just skip passing `env`?
At the end just having a chapter on contract migration would be useful, took me a bit to learn how to do it via docs. ( This may be a...
Working on this, will PR soon
simply use the get next id pattern and then add 1
- querying all polls - loading a singular poll - voting - looking at results
- use cosmwasm.tools - juno testnet - juno testnet faucet - uploading and instantiating - executing some end points - querying the contract
https://github.com/Callum-A/cosmwasm-zero-to-hero/tree/main/03%20-%20What%20Are%20All%20These%20Files helpers.rs isn't covered. Would be great if the above page could explain `src/helpers.rs`