This is a collection of introductory Chainlink integrations. Please click on each folder for more information.
- Go 1.10+
- Node JS
- Docker (for DevNet)
Each example requires the development environment, set up as follows:
From the chainlink/
directory:
- Run
./internal/bin/devnet
(or configure direnv.envrc
to addchainlink/internal/bin
to yourPATH
) - Run
./internal/bin/cldev
in top level repo folder
Go to our development wiki to read more.