CosmWasm: A Rust Framework Tutorial/Course 10
In previous chapter, we learnt how increment the counter value by 1. Before learning to reset the counter, let’s take a look at how to only read the underly...
In previous chapter, we learnt how increment the counter value by 1. Before learning to reset the counter, let’s take a look at how to only read the underly...
In previous chapter, we discussed how to initialise our smart contract by setting an owner and also by setting starting point for counter.
Previously, we learnt how to set an admin for a CosmWasm contract. Let’s implement a simple counter contract where only admin will be able to reset it. Thi...
Previously, a simple contract’s functionality and tests were written to get introduced with CosmWasm. Before diving into somewhat complex operations, let’s...
In previous chapters 04 and 05, we wrote a basic “Hello, World” contract in CosmWasm. Let’s examine its working by writing a basic test. In the template s...