Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 400 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 400 Bytes

Blend Bootstrapper UI

The Blend Bootstrapper UI is a dApp that allows individuals to interact with Bootstrapper based contracts on the Soroban network.

Getting Started

$ npm i

To build with the testnet env variables:

$ npm run build:testnet

To build with the mainnet env variables:

$ npm run build:mainnet