Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 377 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 377 Bytes

Minting frame for Koda-based NFTs

Dev

npm install
npm run dev

Head to http://localhost:5173

Tip

To obtain some useful value in /:chain/:id do a hack described below

  1. replace /:chain/:id with /
  2. replace const { chain, id } = c.req.param()
  3. with const { chain, id } = { chain: "base", id: "0x1b60a7ee6bba284a6aafa1eca0a1f7ea42099373" }