Language
Rust
Total Length
1.7h
Part of Learning Track
Build on undefined + 0
In this chapter, you will learn about CosmWasm and cw20.
This section describes how to configure the environment and import dependencies for our project.
This section describes how to define and implement the initialization function of the contract, including the configuration of compilation attributes, creating version information constants, returning responses, and so on.
This section describes how to define and implement the execution function of the contract, including the matching of the received message, the caller's permission verification, the logic processing after receiving tokens, return response and so on.
In this section, we will cover how to implement a query function that allows us to check the status of a specified funding pool.
In this chapter, we will learn how to build and deploy the program.
Language
Rust
Total Length
1.7h
Part of Learning Track
Build on undefined + 0