Author Topic: Simplest API to send transactions  (Read 2351 times)

0 Members and 1 Guest are viewing this topic.

Offline Sheridan

  • Newbie
  • *
  • Posts: 2
    • View Profile
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?

Offline abit

  • Committee member
  • Hero Member
  • *
  • Posts: 4664
    • View Profile
    • Abit's Hive Blog
  • BitShares: abit
  • GitHub: abitmore
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.
BitShares committee member: abit
BitShares witness: in.abit

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
Is any way to do simple scripting inside cli_wallet ?
you may want to look into `airsign`
https://github.com/xeroc/airsign

Offline illya13

  • Newbie
  • *
  • Posts: 10
    • View Profile
Is any way to do simple scripting inside cli_wallet ?

Offline Valentin | Lin9uxis

We are working with OL on a new API which should allow transfering funds / trading assets without the needs of a cli_wallet instance.

Offline abit

  • Committee member
  • Hero Member
  • *
  • Posts: 4664
    • View Profile
    • Abit's Hive Blog
  • BitShares: abit
  • GitHub: abitmore
« Last Edit: May 11, 2016, 04:52:52 pm by abit »
BitShares committee member: abit
BitShares witness: in.abit

Offline illya13

  • Newbie
  • *
  • Posts: 10
    • View Profile
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