Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.3 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.3 KB

Chainlink Integration Framework

Go Report Card Tests Lint

A framework for interacting with chainlink nodes, environments, and other blockchain systems. The framework is primarilly intended to facillitate testing chainlink features and stability.

WIP

This framework is still very much a work in progress, and will have frequent changes, many of which will probably be breaking.

How to Test

  1. Start a local hardhat network. You can easily do so by using our docker container. You could also deploy your own local version, if you are so inclined.
  2. Start few local chainlink nodes, utilizing our docker-compose setup here
  3. Run go test ./...

Example Usage

You can see our tests for some basic usage examples. The most complete can be found in contracts/contracts_test.go