Liquity front-end built by BanklessDAO.
- Next.js (with TypeScript)
- Chakra-UI (with styled components for customization)
- Liquity SDK
- web3-react
- Ethers
- Get familiar with Liquity project.
- Check out issues.
- Start a discussion.
- Ping @birdman if help is needed.
git clone https://github.com/BanklessDAO/bankless-loans.git
yarn install
yarn prepare
yarn dev
Note: On Windows dev env, the app might complain about missing graphql. If this happens, just run yarn install graphql
and restart the server.