BitShares Forum

Main => General Discussion => Topic started by: xeroc on April 26, 2016, 12:48:06 pm

Title: [ANN] AirSign .. Command Line Tool for Interacting with BitShares without cli_wa
Post by: xeroc on April 26, 2016, 12:48:06 pm
First release of **AirSign** a command line tool that allows to interact with the BitShares network ​*without*​ the need for a cli_wallet:

          https://github.com/xeroc/airsign

This tool will over time evolve towards a solution for offline signing of transactions for a proper cold storage setup.

What features would you like to see become part of this tool?
Title: Re: [ANN] AirSign .. Command Line Tool for Interacting with BitShares without cli_wa
Post by: cube on April 26, 2016, 01:16:32 pm
cool!  and long overdue!  :P
Title: Re: [ANN] AirSign .. Command Line Tool for Interacting with BitShares without cli_wa
Post by: ebit on April 26, 2016, 01:23:16 pm
 +5%
Title: Re: [ANN] AirSign .. Command Line Tool for Interacting with BitShares without cli_wa
Post by: xeroc on April 26, 2016, 01:39:36 pm
cool!  and long overdue!  :P
At the current stage .. the `transfer` command still needs internet access due to the structure of transactions .. but I plan to build a 3 tier coldstorage solution that works like this:
a) prepare the transfer on a connected device
b) sign the transaction on a cold device
c) broadcast the hot transfer on a connected device ..
Still trying to figure out the best approach to do so ..