Skip to content

Commit

Permalink
docs: running locally with indexer
Browse files Browse the repository at this point in the history
  • Loading branch information
l-monninger authored Nov 15, 2023
1 parent 6c14a2d commit 4b6a8b6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions m1/LOCAL.md
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.

0 comments on commit 4b6a8b6

Please sign in to comment.