Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - besson

Pages: [1]
1
Technical Support / [API] Bitshares integration to crypto-balances package
« on: February 25, 2016, 09:08:24 pm »
Hello bitshares community. Nice to meet you, guys.
I am developer in cyber.fund and now I'm working on crypto-balances library which written with CoffeeScript.
You can easy check addresses balances of various crypto tokens. Script automaticaly recognize a protocol by address and return balance of tokens associated with it.
Library supports following: Bitcoin, Litecoin, Dogecoin, Ethereum, Counterparty, Open Assets, Ripple and IOUs, NXT and NXT AE, NEM, Dash and some other altcoins
In current milestone I'm working on Factom(done), Omni(done) and Bitshares.
I spent a lot of time trying to figure out how bitshares and ecosystem works.
So, I need yours help guys. What I have at this point:
1. Found that bitshares addresses have regex like  BTS[a-zA-Z0-9]{50} (for example BTS7tqXBbtJwDoT8b2LY3kx547ocVfSacTirBMFEsDyhGf2FNR48p)
2. Wrote code for RPC API calls.
3. Started my own node using digital ocean instances for tests.
4. Googled and read bitshares docs and now I'm really confused about bitshares API.
Methods which I found not working and another ones use ids and names, not addresses to return balance.
(blockchain_get_balance, blockchain_list_address_balances, get_account_balances, get_named_account_balances)
Maybe I missed something out, don't know
So, to finish milestone with bitshares integration I need api which can return balance on address and nodes which will return responses.
Sorry for my english guys, I didn't have enough practice. Hope for your help and advices  :)

Pages: [1]