This repository contains Badge smart contract (NFT) which is ready to be used within Gas Station Network.
- Setup your
.env
file (check.env.example
for inspiration) - Run
npm install
- Install etherlime
npm install -g etherlime
- Compile contract
etherlime compile
- Deploy your contract
etherlime deploy
MIT