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.
- Create Wallet with script
./create-wallet
and follow instructions - Recreate wallet with script
./recreate-wallet.sh
you will need to populate filephrase-testnet.prv
with seed phrase. Please note that it will be recovered just one address path1852H/1815H/0H/0/0
you can change this params inside script. - Get Utxos from address with script
./balance.sh
- Send ADA to another wallet with script
./send-ada.sh
- Mint native tokens or NFT with scripts
./mint
and./mint-nft
- Send native tokens or NFTs with script
./send-token
- Mint NFT with plutus using script
./mint-plutus-nft
. Script must be generated with https://github.com/jfischoff/plutus-nft and copied toplutus/nft-mint-policy.plutus