Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 721 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 721 Bytes

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.