Website that shows the current state of the SealCredERC721Ledger contract.
- Install dependencies with
yarn
- Create
.env
- 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
Variable | Description |
---|---|
VITE_ETH_NETWORK |
Ethereum network to use (defaults to @bwl/constants) |
VITE_ETH_RPC |
Ethereum node RPC URI (defaults to @bwl/constants) |
VITE_ETH_RPC_MAINNET |
Ethereum mainnet node RPC URI (defaults to @bwl/constants) |
VITE_SC_EMAIL_LEDGER_CONTRACT_ADDRESS |
Address of the SCEmailLedger contract (defaults to @bwl/constants) |
VITE_SC_ERC721_LEDGER_CONTRACT_ADDRESS |
Address of the SCERC721Ledger contract (defaults to @bwl/constants) |
VITE_SC_EXTERNAL_ERC721_LEDGER_CONTRACT_ADDRESS |
Address of the ExternalSCERC721Ledger contract (defaults to @bwl/constants) |
VITE_ENCRYPT_KEY |
Secret key to encrypt local storage |