![License: GPL](https://img.shields.io/badge/license-GPLv3-blue)![Version Badge](https://img.shields.io/badge/version-0.0.1-lightgrey.svg)
# Propel Protocol

forked from liquity

## Install

`npm install`

## Local development

`npm run build`

`npx hardhat node`

## Get start

1. create `.env` file  and set your mnemonic as below

   `MNEMONIC="your mnemonic"`

2. compile contracts, it will generate contract artifacts also typechains

   `yarn build`

3. test contracts

   `yarn test`

---

Once the rpc url is unavailable, check it [here](https://chainlist.org/)
