BitShares Forum
		Main => General Discussion => Topic started by: illya13 on May 11, 2016, 04:10:51 pm
		
			
			- 
				Hi,
I'm looking for easiest way to connect to witness node / wallet to transfer funds from 'nathan' to 'alice'.
But I'm lost in API (http://docs.bitshares.eu/integration/index.html)
So what is the best way to:
- open key pair of some account
- sign tx
- broadcast tx to a network
Thank you,
Illya
			 
			
			- 
				http://docs.bitshares.eu/api/index.html
http://docs.bitshares.eu/api/rpc.html
http://docs.bitshares.eu/api/wallet-api.html
			 
			
			- 
				We are working with OL on a new API which should allow transfering funds / trading assets without the needs of a cli_wallet instance.
			
 
			
			- 
				Is any way to do simple scripting inside cli_wallet ?
			
 
			
			- 
				
Is any way to do simple scripting inside cli_wallet ?
you may want to look into `airsign`
https://github.com/xeroc/airsign
			 
			
			- 
				
Is any way to do simple scripting inside cli_wallet ?
Inside? You can write scripts in any language to communicate with cli_wallet or witness_node.
			 
			
			- 
				
We are working with OL on a new API which should allow transfering funds / trading assets without the needs of a cli_wallet instance.
new API? Please, tell me, where i can read about it?