Skip to content

[feature] add cli commands to send funds and use variable network handlers with native assets

Son of Odin requested to merge native-cli-txs into develop

This change adds two cli commands

  1. thorcli tx thorchain txn [amount] [coin] [memo] - which is the equivalent to sending funds to "asgard" to process a transaction such as bonding, providing liquidity, and swapping
  2. thorcli tx thorchain send [to_address] [coins] - is a command to transfer coins from one address to another

Merge request reports