We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5288762 commit ec9022cCopy full SHA for ec9022c
README.md
@@ -1,7 +1,4 @@
1
# Devnet
2
-Modified from: https://github.com/stacks-sbtc/sbtc/tree/v1.0.2/docker, changes:
3
-
4
-- Deleted services related to sBTC, mempool and grafana
5
- Configured for 3 stacks miners and signers
6
- bind-mounts a local filesystem for data persistence
7
- Uses a chainstate archive to boot the network quickly
@@ -33,11 +30,11 @@ make genesis
33
30
```
34
31
35
32
### Stop the network
36
-*note*: `down-genesis` target calls `down`
37
```sh
38
make down
39
40
+## Full list of options
41
### Logs
42
`docker logs -f <service>` will work, along with some defined Makefile targets
43
0 commit comments