We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99e242d commit 5dbeb4bCopy full SHA for 5dbeb4b
README-rosetta.md
@@ -4,9 +4,13 @@ Build and run the `stx-rosetta.Dockerfile` image:
4
5
docker build -t stx-rosetta:stable -f stx-rosetta.Dockerfile .
6
docker run -d -p 3999:3999 --mount source=rosetta-data,target=/data \
7
- --name stx-rosetta stx-rosetta:stable mocknet
+ --name stx-rosetta stx-rosetta:stable
8
9
-Leave out the *mocknet* argument to connect with the testnet.
+By default, this will connect to the testnet. To run a local node, run
10
+
11
12
+ docker run -d -p 3999:3999 --mount source=rosetta-data,target=/data \
13
+ --name stx-rosetta -e STACKS_NETWORK=mocknet stx-rosetta:stable
14
15
Use a recent version of [rosetta-cli](https://github.com/coinbase/rosetta-cli) to test the endpoints:
16
0 commit comments