A framework for interacting with chainlink nodes, environments, and other blockchain systems. The framework is primarilly intended to facillitate testing chainlink features and stability.
This framework is still very much a work in progress, and will have frequent changes, many of which will probably be breaking.
- 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.
- Start few local chainlink nodes, utilizing our
docker-compose
setup here - Run
go test ./...
You can see our tests for some basic usage examples. The most complete can be found in contracts/contracts_test.go