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...
As we continue building our “Hello World” contract in CosmWasm, we will discuss the following imports as their usage come up.
In the previous chapter, we touched Rust’s basics with a traditional “Hello World” program. Let’s write a basic “Hello World” smart contract in CosmWasm. Be...
After installing and setting up Rust in the previous chapter, it is time to dive into basics. Cargo can create a new Rust app for us with initial plumbing d...
Introduction to CosmWasm and Web Assembly was made in previous post . Let’s introduce you to Rust programming language. A brief introduction to salient fea...
The blockchain space has progressed tremendously over the years. One of the most significant developments has been the ability to build decentralised applic...