BitShares Forum

Main => General Discussion => Topic started by: illya13 on May 11, 2016, 04:10:51 pm

Title: Simplest API to send transactions
Post 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
Title: Re: Simplest API to send transactions
Post by: abit on May 11, 2016, 04:48:34 pm
http://docs.bitshares.eu/api/index.html

http://docs.bitshares.eu/api/rpc.html

http://docs.bitshares.eu/api/wallet-api.html
Title: Re: Simplest API to send transactions
Post by: Valentin | Lin9uxis on May 11, 2016, 06:09:17 pm
We are working with OL on a new API which should allow transfering funds / trading assets without the needs of a cli_wallet instance.
Title: Re: Simplest API to send transactions
Post by: illya13 on May 12, 2016, 04:29:40 am
Is any way to do simple scripting inside cli_wallet ?
Title: Re: Simplest API to send transactions
Post by: xeroc on May 12, 2016, 07:28:25 am
Is any way to do simple scripting inside cli_wallet ?
you may want to look into `airsign`
https://github.com/xeroc/airsign
Title: Re: Simplest API to send transactions
Post by: abit on May 12, 2016, 07:34:46 am
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.
Title: Re: Simplest API to send transactions
Post by: Sheridan on June 22, 2017, 11:01:37 am
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?