Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 920 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 920 Bytes

BondFi is a decenteralized bond issuer that allows bonds to be created by anyone. Currently, BondFi implements zero coupon bonds as the main bond instrument. In future releases, we will allow a variety of bonds.

Getting Started

First, run the development server for the frontend:

npm run dev
# or
yarn dev

Open http://localhost:3000

Create a Bond

To create a bond, click on "I'm a DAO" on the front page. Fill in the required form and click "Submit"

Purchase in a bond

To purchase a bond, click on "INVEST IN A DAO" on the front page or scroll down to the Bond listing table. Click "LENDING DETAILS", set the amount, and lend!

Subgraphs

Subgraphs are used to create graphql API data located here