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
# This guide assumes that you're running MacOS and already have a fully synced Daedalus testnet wallet | |
# For mainnet some minor tweaks are required | |
# The line below assumes the default location for the testnet wallet at the time of writing this guide | |
# If your node socket is located somewhere else, you should be able to finding by inspecting the running processes on your machine | |
export CARDANO_NODE_SOCKET_PATH=~/Library/Application\ Support/Daedalus\ Testnet/cardano-node.socket | |
# Make testnet id available as environment variable; not needed for the mainnet | |
# This one is active at the time of writing this guide | |
export TESTNET_ID=1097911063 |