Skip to content

Liuhaai/integrations-framework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 78.1%
  • Solidity 21.4%
  • Python 0.5%