verified-network / verified-compound-markets

RWA markets for the Compound protocol
1 stars 4 forks source link
rwa staking

Comet Extension for Verified Markets

The Verified Markets extension enables real world asset (RWA) owners and managers to borrow liquidity from the Compound protocol. It also enables Compound users to stake collateral for RWAs on Compound and benefit from additional returns that RWAs generate. The Verified Markets specification is here.

The operator code is built with Truffle, and the web extension code is built on React using Vite.

Getting Started With The Frontend(Web Dapp)

  1. First, install NodeJS and yarn.

  2. Install dependencies by running:

    yarn install
  3. Start the web Dapp by running:

    yarn start
    or
    yarn web:dev

    This should spawn a web server at an address such as http://localhost:5183. Visit the page to interact with the web dapp.

A few notes:

License

MIT License