Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 644 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 644 Bytes

lumia

Monorepo for Lumia website & game

app/: NextJS frontend app

programs/: Anchor programs

dev requisites

Install Anchor - https://www.anchor-lang.com/docs/installation

installation

  • Go to app, run yarn

develop locally

  • Get the Anchor config to use your NFTs locally: https://anchor-localnet-nfts.vercel.app/

  • Put the anchor config on the Anchor.toml file

  • Configure your wallet on Anchor.toml wallet

  • Replace the mint addresses used in tests/ to your NFT mint address from anchor-localnet-nfts.

  • Run anchor test --detach on the root folder

  • Run yarn dev on the app/ folder

  • Navigate to localhost