Introduction

It's the meme coin for Mini Hackathon: Build your Fungible Token with o1js!

The Butter Bear Token (BUTB) https://minascan.io/devnet/token/xcsx3L16FhZgK9Q3YfXdWSZPADdVrmtMroquXqQgC83c8PvCos/zk-txs

How it works

  1. Clone GitHub repo https://github.com/sitthaveet/butter-bear-token-mina
  2. "cd contracts"
  3. "npm install"
  4. To deploy token --> "npm run build && node build/src/Token.js"
  5. To mint token --> "npm run build && node build/src/Mint.js"

What I struggled

I didn't finish the whole flow and found a lot of errors during development. Not sure if it's from myself or library or devnet.