Last active
March 14, 2021 19:26
-
-
Save rcmorano/4b88dc5890512e3e8c6f8d564ccc11c0 to your computer and use it in GitHub Desktop.
use-daedalus-bundled-cardano-cli (macos)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CARDANO_NODE_SOCKET_PATH=$(ps ax | grep -v grep | grep cardano-node.run.*socket | sed -e 's|.*\(--socket-path\) \(.*cardano-node.socket\) --.*|\2|g') | |
PATH=${PATH}:"/Applications/Daedalus Mainnet.app/Contents/MacOS" | |
cardano-cli get-tip --mainnet |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment