Skip to content

DerpLady/frassecoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FrasseCoin 🐾

frassecoinlogo

About

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.

⚠️ Full disclosure: I used an LLM (AI assistant) during the planning and development of this project to guide me through Rust, ink!, and good practices for publishing open-source code.


Features

  • Written in Rust with the ink! smart contract framework
  • Basic meme coin logic (minting, balances, transfers)
  • Lightweight project structure (cargo-based)
  • Frasse approved

Why?

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.


Project Status

  • ✅ Core contract compiles
  • ✅ Builds to WebAssembly (.contract artifact)
  • 🛠️ Work-in-progress: further testing and refinement
  • 🚧 Not audited — do not use in production or with real funds

Building

Requirements:

  • Rust toolchain (latest stable)
  • cargo-contract installed
  • Add the Wasm target:
    rustup target add wasm32-unknown-unknown
    

License

License: MIT Licensed under the MIT License.

About

FrasseCoin - the meme coin that never was

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages