FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
stackflow/run-with-devnet.sh at main · obycode/stackflow · GitHub
obycode
/
stackflow
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
5
Code
Issues
2
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
stackflow
/
run-with-devnet.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
20 lines (17 loc) · 992 Bytes
Breadcrumbs
stackflow
/
run-with-devnet.sh
Copy path
File metadata and controls
executable file
·
20 lines (17 loc) · 992 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!
/usr/bin/env bash
set
-euo pipefail
#
Non-test usage: do not commit live keys. Export these before running:
#
export STACKFLOW_NODE_DISPUTE_SIGNER_KEY=...
#
Optional local-key mode:
#
export STACKFLOW_NODE_COUNTERPARTY_KEY=...
#
export STACKFLOW_NODE_COUNTERPARTY_PRINCIPAL=ST...
:
"
${STACKFLOW_NODE_DISPUTE_SIGNER_KEY
:?
STACKFLOW_NODE_DISPUTE_SIGNER_KEY is required}
"
STACKFLOW_NODE_HOST=
"
${STACKFLOW_NODE_HOST
:-
127.0.0.1}
"
\
STACKFLOW_NODE_PORT=
"
${STACKFLOW_NODE_PORT
:-
8787}
"
\
STACKS_NETWORK=
"
${STACKS_NETWORK
:-
devnet}
"
\
STACKS_API_URL=
"
${STACKS_API_URL
:-
http
://
localhost
:
3999}
"
\
STACKFLOW_CONTRACTS=
"
${STACKFLOW_CONTRACTS
:-
ST1PQHQKV0RJXZFY1DGX8MNSNYVE3VGZJSRTPGZGM.stackflow}
"
\
STACKFLOW_NODE_SIGNATURE_VERIFIER_MODE=
"
${STACKFLOW_NODE_SIGNATURE_VERIFIER_MODE
:-
readonly}
"
\
STACKFLOW_NODE_DISPUTE_EXECUTOR_MODE=
"
${STACKFLOW_NODE_DISPUTE_EXECUTOR_MODE
:-
auto}
"
\
STACKFLOW_NODE_COUNTERPARTY_SIGNER_MODE=
"
${STACKFLOW_NODE_COUNTERPARTY_SIGNER_MODE
:-
kms}
"
\
npm run stackflow-node
Back
|
FazBrowse Home
|
New Git URL