superXdev / micro-wallet

A simple CLI application based crypto wallet with advanced capabilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Micro-wallet

A simple CLI application based crypto wallet with advanced capabilities, micro-wallet supports multiple networks with the ability to make transactions between networks easy and simple with a few commands

Command hierarchy

  • wallet management
    • list
    • create
    • import
    • export
    • remove
    • QR
  • configuration
    • setup init
    • set config
    • show value
    • remove
  • networks management
    • list
    • add
    • check
    • remove
  • display balances
    • token
    • coin
    • all (all networks)
  • transfer
    • coin
    • token
    • between wallet
    • via address
  • token management
    • import
    • balance
    • remove
  • swap for each networks
    • ethereum
    • bsc
    • polygon
    • avalanche
    • fantom
    • goerli
  • tx check
  • book address
    • add
    • list
    • remove
  • transactions history
  • ENS support
  • smart contract
    • deploy
      • ERC20
      • custom
    • verify on explorer
    • interaction
      • read
      • write
  • interactive menu
  • automated script transactions
  • liquidity management
  • bridge transfer
  • support non-EVM crypto
  • future...

Supported networks

  • Mainnet
    • ethereum
    • bsc
    • avalanche
    • polygon
    • fantom
  • Testnet
    • ropsten
    • goerli
    • polygon mumbai
    • avalanche fuji
    • bsc testnet
    • fantom testnet

About

A simple CLI application based crypto wallet with advanced capabilities


Languages

Language:JavaScript 86.8%Language:Solidity 13.2%Language:Shell 0.0%