Website that allows users to mint ERC-721 tokens generated by SealCred.
- Install dependencies with
yarn
- Run the server with
yarn start
yarn start
— runs the app in the development modeyarn build
— builds the app for production to thedocs
folderyarn lint
— checks if the code is linted and formattedyarn generate-css-types
— generates the CSS types fortailwind-css
yarn update
— builds the code and pushes it to git remote
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 |