Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Examples

This is a collection of introductory Chainlink integrations. Please click on each folder for more information.

Requirements

  • Go 1.10+
  • Node JS
  • Docker (for DevNet)

Run Chainlink Development Environment

Each example requires the development environment, set up as follows:

From the chainlink/ directory:

  1. Run ./tools/bin/devnet (or configure direnv .envrc to add chainlink/tools/bin to your PATH)
  2. Run ./tools/bin/cldev in top level repo folder

Go to our development wiki to read more.