edwint88 / cardano-terminal-wallet

Wrapper for cardano-cli for minting and sending ada or native tokens

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cardano Terminal Wallet

Requirements

cp .env.example .env

You need full cardano-node installed or it is easier Daedalus Wallet Testnet which is shipped with cardano-node.

Make sure that CARDANO_NODE_SOCKET_PATH environment variable is properly set in .env. If you are using Daedalus testnet you can check with:

echo $(ps ax | grep -v grep | grep cardano-wallet | grep testnet | sed -E 's/(.*)node-socket //')

You will need also cardano-cli which can be downloaded Here. Put it in your PATH or set in .env variable CARDANO_CLI_PATH to target your cardano-cli file.

Features

  1. Create Wallet with script ./create-wallet and follow instructions asciicast
  2. Recreate wallet with script ./recreate-wallet.sh you will need to populate file phrase-testnet.prv with seed phrase. Please note that it will be recovered just one address path 1852H/1815H/0H/0/0 you can change this params inside script.
  3. Get Utxos from address with script ./balance.sh
  4. Send ADA to another wallet with script ./send-ada.sh asciicast
  5. Mint native tokens or NFT with scripts ./mint and ./mint-nft asciicast
  6. Send native tokens or NFTs with script ./send-token asciicast

About

Wrapper for cardano-cli for minting and sending ada or native tokens


Languages

Language:Shell 100.0%