Rust sample code and applications
Beginner
Rust
The following sample projects for Rust can be found in the dfinity/examples
repository:
- Basic Bitcoin.
- Basic decentralized autonomous organization (DAO).
- Basic Ethereum.
- Canister info.
- Canister logs.
- Composite query.
- Counter.
- DIP721 NFT container.
- Facial recognition.
- Guards.
- Hello, world!.
- Encrypted notes dapp.
- ICP transfer.
- ICRC-1 transfer.
- ICRC-2 token transfer.
- Image classification.
- NFT wallet.
- Parallel calls.
- Performance counters.
- Periodic tasks.
- PubSub.
- [QR code](https://github.com/dfinity/examples/tree/master/rust/qrcode.
- Query stats.
- Send HTTP
GET
request. - Send HTTP
POST
request. - SIMD.
- Threshold ECDSA signing code walkthrough.
- Threshold Schnorr https://github.com/dfinity/examples/tree/master/rust/threshold-schnorr)**.
The following repository includes additional Rust canister examples:
The cdk-rs
repository includes the following examples: