Skip to content

Simple CLI tool to generate mnemonic (BIP39) or BIP32 wallets and restore from mnemonic on cardano

Notifications You must be signed in to change notification settings

Cardano-Forge/cardano-wallet-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cardano Wallet CLI

Goal

Simple utility CLI to create cardano wallets. This tool allows to quickly generate wallets, the goal is to streamline our testbench and have tools to automate most of the process.

Usage

Create binary

deno compile --allow-read --allow-write --output cardano-wallet src/mod.ts

Creating enterprise Wallet (No staking)

Limited wallet, no staking, unable to import in a wallet extension.

./cardano-wallet --name=customer
./cardano-wallet --name=policy-cip68
./cardano-wallet --name=meta-manager

Creating mnemonic Wallet (With staking)

Allows to get the key to sign without human interaction AND imports the mnenomic in a wallet extension.

./cardano-wallet --name=wallet-1 --mnemonic

Restoring mnemonic Wallet (With staking)

Tested with 12 and 24 words mnemonic

./cardano-wallet --name=wallet-2 --mnemonic --seed="beef swamp swing original fresh acquire virus hub essay welcome nut spray"

About

Simple CLI tool to generate mnemonic (BIP39) or BIP32 wallets and restore from mnemonic on cardano

Resources

Stars

Watchers

Forks

Packages

No packages published