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

## Local development

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

   `MNEMONIC="your mnemonic"`

`npm i`

`npm run build`

`npx hardhat node --no-deploy`

`npx hardhat deploy --tags ${deploymentTag}`

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