Skip to content

Instantly share code, notes, and snippets.

View Wolfy18's full-sized avatar

Wolfgang Leon Wolfy18

View GitHub Profile
@Wolfy18
Wolfy18 / wallet_from_mnemonic.sh
Created November 8, 2022 16:31 — forked from cardano-apexpool/wallet_from_mnemonic.sh
Extract the keys from the mnemonic for a Cardano wallet
#!/bin/bash
# For mainnet
#NET="mainnet"
#NET_WITH_PREFIX="--mainnet"
# For testnet
NET="testnet"
NET_WITH_PREFIX="--testnet-magic 1097911063"
ADDR_COUNT=1