jmank88 / chainlink-testing-framework

A testing framework for smart contracts and Chainlink nodes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chainlink Testing Framework

GitHub tag (latest by date) Go Report Card Go Reference Go Version Tests Lint License: MIT

The Chainlink Testing Framework is a blockchain development framework written in Go. Its primary purpose is to help chainlink developers create extensive integration, e2e, performance, and chaos tests to ensure the stability of the chainlink project. It can also be helpful to those who just want to use chainlink oracles in their projects to help test their contracts, or even for those that aren't using chainlink. This project makes ample use of the chainlink-env package to launch resources and testing apparatus.

See the docs or our go reference page for more detailed info and examples.

About

A testing framework for smart contracts and Chainlink nodes

License:MIT License


Languages

Language:Solidity 58.4%Language:Go 40.4%Language:Python 0.9%Language:Makefile 0.3%