BitShares Forum

Main => Technical Support => Topic started by: wong24 on June 20, 2018, 01:47:24 am

Title: How to use the bitsharesjs to do a transaction demo
Post by: wong24 on June 20, 2018, 01:47:24 am
Hi all,
what should i do if i want to detach the part of baseJS from the project to make a transaction example?
Thank you for your help.
Title: Re: How to use the bitsharesjs to do a transaction demo
Post by: sschiessl on June 20, 2018, 05:23:29 am
This should provide you with all the Insight

https://github.com/bitshares/bitshares-ui/blob/3c03c257fd6ce92c5bac990270243196ae9a2c0e/app/api/ApplicationApi.js#L85 (https://github.com/bitshares/bitshares-ui/blob/3c03c257fd6ce92c5bac990270243196ae9a2c0e/app/api/ApplicationApi.js#L85)
Title: Re: How to use the bitsharesjs to do a transaction demo
Post by: wong24 on June 21, 2018, 01:49:40 am
This should provide you with all the Insight

https://github.com/bitshares/bitshares-ui/blob/3c03c257fd6ce92c5bac990270243196ae9a2c0e/app/api/ApplicationApi.js#L85 (https://github.com/bitshares/bitshares-ui/blob/3c03c257fd6ce92c5bac990270243196ae9a2c0e/app/api/ApplicationApi.js#L85)

Thanks very much, the way that you provide was useful, thank you again my friend.