lucasarchangelo / chainlink_automation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chain link automation example

This project is an example of Chainlink automation

Installation

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

Configuring your environment

Create a file called .env end put this variable inside it:

MNEMONIC = "PUT your seed here"

Initializing project locally

Open the project's folder then execute those commands

npm install
npm run start_local
truffle migrate

If you want to migrate it to the mumbai execute those commands

npm install
truffle migrate --network mumbai 

Contributing

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.

License

MIT

About


Languages

Language:JavaScript 69.2%Language:Solidity 30.3%Language:Shell 0.5%