File tree Expand file tree Collapse file tree 2 files changed +24
-6
lines changed
Expand file tree Collapse file tree 2 files changed +24
-6
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,10 @@ Linux `amd64`
3232curl -L https://github.com/smartcontractkit/chainlink-testing-framework/releases/download/framework%2F<!-- cmdrun git describe --tags --match "framework/v[0-9]*.[0-9]*.[0-9]*" --abbrev=0 | sed 's/^framework\///' -->/framework-<!-- cmdrun git describe --tags --match "framework/v[0-9]*.[0-9]*.[0-9]*" --abbrev=0 | sed 's/^framework\///' -->-linux-amd64.tar.gz | tar -xz
3333```
3434
35- More CLI [ docs] ( ./cli.md )
35+ Allow it to run in ` System Settings -> Security Settings ` (OS X)
36+
37+ ![ img.png] ( images/img.png )
38+
3639
3740Create an ` .envrc ` file and do ` source .envrc `
3841```
Original file line number Diff line number Diff line change 33
44For non-technical users or those building with Chainlink products outside of Golang, we offer an interactive method to deploy a NodeSet.
55
6- The only requirement is to have Docker running.
6+ If you're on OS X, we recommend to use [ OrbStack ] ( https://orbstack.dev/ ) , otherwise [ Docker Desktop ] ( https://www.docker.com/products/docker-desktop/ )
77
8- If you're on OS X, we recommend to use [ OrbStack ] ( https://orbstack.dev/ ) .
8+ Download our [ CLI ] ( https://github.com/smartcontractkit/chainlink-testing-framework/releases/tag/framework%2Fv0.1.8 )
99
10- For other platforms use [ Docker Desktop] ( https://www.docker.com/products/docker-desktop/ ) .
10+ OS X ` arm64 ` (M1/M2/M3 MacBooks)
11+ ```
12+ curl -L https://github.com/smartcontractkit/chainlink-testing-framework/releases/download/framework%2F<!-- cmdrun git describe --tags --match "framework/v[0-9]*.[0-9]*.[0-9]*" --abbrev=0 | sed 's/^framework\///' -->/framework-<!-- cmdrun git describe --tags --match "framework/v[0-9]*.[0-9]*.[0-9]*" --abbrev=0 | sed 's/^framework\///' -->-darwin-arm64.tar.gz | tar -xz
13+ ```
1114
12- Download the latest CLI [ here] ( https://github.com/smartcontractkit/chainlink-testing-framework/releases/tag/framework%2Fv0.1.7 )
15+ OS X ` amd64 ` (old Intel chips)
16+ ```
17+ curl -L https://github.com/smartcontractkit/chainlink-testing-framework/releases/download/framework%2F<!-- cmdrun git describe --tags --match "framework/v[0-9]*.[0-9]*.[0-9]*" --abbrev=0 | sed 's/^framework\///' -->/framework-<!-- cmdrun git describe --tags --match "framework/v[0-9]*.[0-9]*.[0-9]*" --abbrev=0 | sed 's/^framework\///' -->-darwin-amd64.tar.gz | tar -xz
18+ ```
19+ Linux ` arm64 `
20+ ```
21+ curl -L https://github.com/smartcontractkit/chainlink-testing-framework/releases/download/framework%2F<!-- cmdrun git describe --tags --match "framework/v[0-9]*.[0-9]*.[0-9]*" --abbrev=0 | sed 's/^framework\///' -->/framework-<!-- cmdrun git describe --tags --match "framework/v[0-9]*.[0-9]*.[0-9]*" --abbrev=0 | sed 's/^framework\///' -->-linux-arm64.tar.gz | tar -xz
22+ ```
23+
24+ Linux ` amd64 `
25+ ```
26+ curl -L https://github.com/smartcontractkit/chainlink-testing-framework/releases/download/framework%2F<!-- cmdrun git describe --tags --match "framework/v[0-9]*.[0-9]*.[0-9]*" --abbrev=0 | sed 's/^framework\///' -->/framework-<!-- cmdrun git describe --tags --match "framework/v[0-9]*.[0-9]*.[0-9]*" --abbrev=0 | sed 's/^framework\///' -->-linux-amd64.tar.gz | tar -xz
27+ ```
1328
1429Allow it to run in ` System Settings -> Security Settings ` (OS X)
1530
1631![ img.png] ( images/img.png )
1732
1833```
19- ./framework build node_set
34+ ./ctf b ns
2035```
2136Press ` Ctrl+C ` to remove the stack.
2237
You can’t perform that action at this time.
0 commit comments