Frontend to connect to OBSS.
- Install dependencies with
yarn - Run the server with
yarn start
| Name | Description |
|---|---|
VITE_ENCRYPT_KEY |
Secret key to encrypt local storage |
VITE_APP_NAME |
App name which is displayed in some wallets |
VITE_ETH_NETWORK |
Eth network for your providers and contract |
VITE_ETH_RPC |
Ethereum node RPC URI |
VITE_IPFS_UPLOADER |
IPFS uploader URI |
VITE_OBSS_STORAGE |
OBSS storage contract address |
Also, please, consider looking at .env.sample.
yarn build— builds the app for production to thedocsfolderyarn lint— checks if the code is linted and formattedyarn start— runs the app in the development modeyarn generate-css-types— generates the CSS types fortailwind-cssyarn update— builds the code and pushes it to git remote