This project is an example of Chainlink automation
You need to have nodejs to install this project
After installing the nodejs, you have to install truffle and ganache
npm install -g truffle
npm install -g ganache
Create a file called .env end put this variable inside it:
MNEMONIC = "PUT your seed here"
Open the project's folder then execute those commands
npm install
npm run start_local
truffle migrate
npm install
truffle migrate --network mumbai
NFT images was made by Fabio. Thanks for this, man!
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.