Interactive

For non-technical users or those building with Chainlink products outside of Golang, we offer an interactive method to deploy a NodeSet.

If you're on OS X, we recommend to use OrbStack, otherwise Docker Desktop

Download our CLI

OS X arm64 (M1/M2/M3 MacBooks)

curl -L https://github.com/smartcontractkit/chainlink-testing-framework/releases/download/framework%2Fv0.4.1/framework-v0.4.1-darwin-arm64.tar.gz | tar -xz

OS X amd64 (old Intel chips)

curl -L https://github.com/smartcontractkit/chainlink-testing-framework/releases/download/framework%2Fv0.4.1/framework-v0.4.1-darwin-amd64.tar.gz | tar -xz

Linux arm64

curl -L https://github.com/smartcontractkit/chainlink-testing-framework/releases/download/framework%2Fv0.4.1/framework-v0.4.1-linux-arm64.tar.gz | tar -xz

Linux amd64

curl -L https://github.com/smartcontractkit/chainlink-testing-framework/releases/download/framework%2Fv0.4.1/framework-v0.4.1-linux-amd64.tar.gz | tar -xz

Allow it to run in System Settings -> Security Settings (OS X)

img.png

./ctf b ns

Use Tab/Shift+Tab to select an option, use <-, -> to change the option, enter to submit.

Press Ctrl+C to remove the services.

img.png