Web application for protocol and lending pools governance (pool creation, funding & withdrawal)
Config files:
- eligibilityCriteria.json - possible pond requirements
- forcedNetworks.json - supported blockchain networks
- tokens.json - list of all tokens that the app will support
ENV variables:
- NEXT_PUBLIC_POND_FACTORY_ADDRESS=...
Note: The current version of Growr protocol on RSK testnet is 0.3:
- PondFactory : 0x6069A41Ac8d73b7aE193f4890db1E84Df28a6835
- yarn dev / npm run dev - start the app locally
- Get "growr-core-protocol" application up and running
- start local node
- deploy the protocol (pond factory + verification registry)
- mint tokens
Follow the instructions in the Readme file of the protocol (https://github.com/growr-xyz/growr-core-protocol).
- Configure Metamask in your browser
- install Metamask extension to your browser
- create an account
- configure localhost network (RPC URL: http://localhost:8545, Chain ID: 31337)
- select the network
- Connect Metamask to RSK Testnet Network
- install Metamask extension to your browser
- create an account
- configure RSK TestNet see instructions here
- select the network
- use RSK Testnet Faucet to get some RBTC
You can watch a demo video here