FrasseCoin is a meme coin smart contract built using Rust and ink!.
It’s my first Rust project, created partly as a learning experience and partly as a fun experiment.
- Written in Rust with the ink! smart contract framework
- Basic meme coin logic (minting, balances, transfers)
- Lightweight project structure (cargo-based)
- Frasse approved
Because Frasse is the cat of all cats. And because writing a coin contract from scratch is a great way to learn Rust + blockchain development.
- ✅ Core contract compiles
- ✅ Builds to WebAssembly (
.contractartifact) - 🛠️ Work-in-progress: further testing and refinement
- 🚧 Not audited — do not use in production or with real funds
Requirements:
- Rust toolchain (latest stable)
cargo-contractinstalled- Add the Wasm target:
rustup target add wasm32-unknown-unknown
Licensed under the MIT License.