This website requires JavaScript.
Explore
Help
Register
Sign In
cerc-io
/
stack-orchestrator
mirror of
https://github.com/cerc-io/stack-orchestrator
Watch
1
Star
0
Fork
You've already forked stack-orchestrator
0
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
7797185d07
stack-orchestrator
/
app
/
data
/
config
/
mainnet-laconicd
/
scripts
/
export-myaddress.sh
3 lines
68 B
Bash
Raw
Blame
History
#!/bin/sh
laconicd keys show mykey
|
grep address
|
cut -d
' '
-f
3
Reference in New Issue
View Git Blame
Copy Permalink