Skip to content

Instantly share code, notes, and snippets.

@rcmorano
Last active March 14, 2021 19:26
Show Gist options
  • Save rcmorano/4b88dc5890512e3e8c6f8d564ccc11c0 to your computer and use it in GitHub Desktop.
Save rcmorano/4b88dc5890512e3e8c6f8d564ccc11c0 to your computer and use it in GitHub Desktop.
use-daedalus-bundled-cardano-cli (macos)
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