Rust sample code and applications
Beginner
Rust
The following sample projects for Rust can be found in the dfinity/examples
repository:
- Basic decentralized autonomous organization (DAO).
- Deploying your first Bitcoin dapp.
- Counter.
- DIP721 NFT container.
- Hello, world!.
- Encrypted notes dapp.
- ICP transfer sample code.
- ICRC-1 transfer sample code.
- NFT wallet.
- Periodic tasks.
- PubSub.
- Send HTTP
GET
request. - Send HTTP
POST
request. - Threshold ECDSA signing code walkthrough.
The following repository includes additional Rust canister examples:
The cdk-rs
repository includes the following examples: