NFT Burner is a generative art web3 game built on top of webGL, designed to streamline and simplify the process of burning non-fungible tokens (NFTs).
Supported blockchain networks: Sui, Solana, EVM (Ethereum, Arbitrum, Optimism, Polygon).
- Install Node version 18.x.x
- Install Yarn globally (https://classic.yarnpkg.com/lang/en/docs/install)
- Install eslint extension (https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)
- Install prettier extension (https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
- Install WebGL GLSL Editor extenstion (https://marketplace.visualstudio.com/items?itemName=raczzalan.webgl-glsl-editor)
- Create
.env
file in the root dir of the project and set up it accordingly to the.env.example
file.
yarn install
(should be called in the root of the repo)
Normally:
yarn run start
In debug mode:
yarn run start
- Run -> Start Debugging (F5) in the VS code
In production mode:
yarn run start:prod