Skip to content

lucasarchangelo/chainlink_automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published