-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6c14a2d
commit 4b6a8b6
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
## ANR | ||
You may use the scripts in `./scripts`. | ||
|
||
Run `./scripts/anr.sh` to begin running anr in one process. Keep this process up. | ||
|
||
Run `./scripts/start-subnet.sh` to start the subnet. This process should end gracefully and without errors from the RPC. | ||
|
||
## `avalanchego` | ||
You may use `avalanchego` to run the subnet against the Fuji network. You may follow the guides from avalanche to do this. However, we have been encountering a bootstrapping error. | ||
|
||
## In the container | ||
- In the `mvlbs/m1` container, you may use `movementctl start local --foreground` to run a process similar to the ANR scripts mentioned above. | ||
- In the `mvlbs/m1` container, you may use `movementctl start fuji --foreground` to run a process similar to the Fuji scripts mentioned above. |