You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Run the script with `sudo` (version can optionally be specified via the `--version` argument):
58
+
```bash
59
+
sudo ./install.sh
60
+
```
61
+
62
+
3. Start the node:
63
+
```bash
64
+
era_test_node run
65
+
```
66
+
67
+
### Manually
68
+
49
69
1. Download `era-test-node` from latest [Release](https://github.com/matter-labs/era-test-node/releases/latest)
50
70
51
71
2. Extract the binary and mark as executable:
@@ -68,7 +88,7 @@ Please note that `era-test-node` is still in its **alpha** stage. Some features
68
88
69
89
## 📄 System Contracts
70
90
71
-
The system contract within the node can be specified via the `--dev-system-contracts` option.
91
+
The system contract within the node can be specified via the `--dev-system-contracts` option.
72
92
It can take one of the following options:
73
93
*`built-in`: Use the compiled built-in contracts
74
94
*`built-in-no-verify`: Use the compiled built-in contracts, but without signature verification
@@ -91,7 +111,7 @@ The logging can be configured during runtime via the [`config_setLogLevel`](./SU
91
111
## 📃 Caching
92
112
93
113
The node will cache certain network request by default to disk in the `.cache` directory. Alternatively the caching can be disabled or set to in-memory only
0 commit comments