|
1 | 1 | <div align="center"> |
2 | 2 |
|
3 | 3 | # Chainlink Testing Framework |
| 4 | +[](https://smartcontractkit.github.io/chainlink-testing-framework/overview.html) |
4 | 5 |
|
5 | | -[](https://github.com/smartcontractkit/chainlink-testing-framework/actions/workflows/rc-breaking-changes.yaml) |
| 6 | +[//]: # ([](https://github.com/smartcontractkit/chainlink-testing-framework/actions/workflows/rc-breaking-changes.yaml)) |
| 7 | +[](https://github.com/smartcontractkit/chainlink-testing-framework/tags) |
6 | 8 | [](https://github.com/smartcontractkit/chainlink-testing-framework/tags) |
7 | 9 | [](https://github.com/smartcontractkit/chainlink-testing-framework/tags) |
8 | 10 | [](https://github.com/smartcontractkit/chainlink-testing-framework/tags) |
9 | 11 | [](https://github.com/smartcontractkit/chainlink-testing-framework/tags) |
| 12 | + |
10 | 13 | [](https://goreportcard.com/report/github.com/smartcontractkit/chainlink-testing-framework) |
11 | 14 | [](https://pkg.go.dev/github.com/smartcontractkit/chainlink-testing-framework/lib) |
12 | 15 |  |
13 | 16 |  |
14 | 17 |  |
15 | 18 | [](https://opensource.org/licenses/MIT) |
16 | | - |
17 | 19 | </div> |
18 | 20 |
|
19 | | -The Chainlink Testing Framework (CTF) 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. |
20 | | - |
21 | | -If you're looking to implement a new chain integration for the testing framework, head over to the [blockchain](./blockchain/) directory for more info. |
22 | | - |
23 | | -[](https://smartcontractkit.github.io/chainlink-testing-framework/overview.html) |
24 | | - |
25 | | - |
26 | | -# Content |
27 | | - |
28 | | -1. [Libraries](#libraries) |
29 | | -2. [Releasing](#releasing) |
30 | | - |
31 | | -## Libraries |
32 | | - |
33 | | -CTF monorepository contains a set of libraries: |
34 | | - |
35 | | -- [Harness](lib/README.md) - Library to interact with different blockchains, create CL node jobs and use k8s and docker. |
36 | | -- [WASP](wasp/README.md) - Scalable protocol-agnostic load testing library for `Go` |
37 | | -- [Havoc](havoc/README.md) - Chaos testing library |
38 | | -- [Seth](seth/README.md) - Ethereum client library with transaction tracing and gas bumping |
39 | | - |
40 | | -## Releasing |
41 | | - |
42 | | -We follow [SemVer](https://semver.org/) and follow best Go practices for releasing our modules, please follow the [instruction](RELEASE.md) |
| 21 | +The Chainlink Testing Framework (CTF) 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. |
0 commit comments