1.0.0 • Published 3 years ago

floating-wallet v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Floating-wallet

  • Heavy wallet (cold wallet)
  • Light wallet (hot wallet)

Running from command line

You can run fw directly from the CLI (if it's globally available in your PATH, e.g. by yarn global add floating-wallet or npm install floating-wallet --global)

fw // print help messages


[config Commands]
- fw config // set the configuration.
  [send Commands]
- fw send <amount> <null or receive address> // send native token. if null input, get select receive address in configuration.
  [send ERC20 Token]
    - fw send <amount> -c <null or contract address> // if null input, get select ERC20 contract in configuration.
      [send Token Fastly]
    - fw send <amount> -f // send token fastly, increase gas price.
      [send Token Skip Confirmation]
    - fw send <amount> -y // send token with skip confirmation.
      [send Token with Debug Log]
    - fw send <amount> -d // send token with debug log.
1.0.0

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago