An open source UI for interacting with the Blend Protocol.
The Blend UI has network specific configurations and build commands, which all export the UI to out/
.
To run the UI as a dev server, first build the UI to setup the local environment variables then run:
npm run dev
The testnet configuration is located at .env.testnet
. To build the testnet version, run:
npm run build:testnet
The mainnet configuration is located at .env.production
. To build the mainnet version, run:
npm run build:mainnet
It's recommended to edit the .env.testnet
config file for any local or custom Blend deployment, then run:
npm run build:testnet
Each release gets deployed to IPFS automatically. To get the latest release, please see the Releases page.
Contributions are welcome! If you have any ideas, suggestions, or bug fixes, please feel free to open an issue or submit a pull request.