Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.01 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.01 KB

BWL Minting Experience

Website that allows users to mint ERC-721 tokens generated by SealCred.

Local launch

  1. Install dependencies with yarn
  2. Run the server with yarn start

Available Scripts

  • yarn start — runs the app in the development mode
  • yarn build — builds the app for production to the docs folder
  • yarn lint — checks if the code is linted and formatted
  • yarn generate-css-types — generates the CSS types for tailwind-css
  • yarn update — builds the code and pushes it to git remote

Environment variables

Variable Description
VITE_APP_NAME App name which is displayed in some wallets
VITE_ETH_NETWORK Ethereum network to use (defaults to @bwl/constants)
VITE_ETH_RPC Ethereum node RPC URI (defaults to @bwl/constants)
VITE_ENCRYPT_KEY Secret key to encrypt local storage