Bitcoin Forum

Economy => Web Wallets => Topic started by: long8892 on February 01, 2017, 04:04:31 PM



Title: how using API Blocktrail
Post by: long8892 on February 01, 2017, 04:04:31 PM
I'm learning about Blocktrail API. I need to function:
- Create wallet.
- Transfer Bitcoin.
Somebody please just help me.
thanks


Title: Re: how using API Blocktrail
Post by: cpfreeplz on February 01, 2017, 04:12:14 PM
I'd go right to the source and ask them on their thread: https://bitcointalk.org/index.php?topic=756279.0 (https://bitcointalk.org/index.php?topic=756279.0) I only use blocktrail as an Explorer and didn't even realize they had a wallet!


Title: Re: how using API Blocktrail
Post by: MadGamer on February 02, 2017, 03:27:21 AM
Between all the APIs available on the market , Blocktrail one is probably the best when It comes to the limits and stability. Documentation (https://www.blocktrail.com/api/docs) include everything that you need to know too with different used programming knowledge , some like .NET are not available there but you should find a library on GitHub .


Title: Re: how using API Blocktrail
Post by: long8892 on February 02, 2017, 04:35:29 AM
Between all the APIs available on the market , Blocktrail one is probably the best when It comes to the limits and stability. Documentation (https://www.blocktrail.com/api/docs) include everything that you need to know too with different used programming knowledge , some like .NET are not available there but you should find a library on GitHub .

thank you for guidance.
I looked inside, but the curl https://www.blocktrail.com/api/docs not provide functionality for creating and sending btc.
https://github.com/blocktrail/blocktrail-sdk-php library, I do not know how to install.
I need specific instructions, if any examples as possible.
thank you


Title: Re: how using API Blocktrail
Post by: mobnepal on February 02, 2017, 09:31:17 AM
https://github.com/blocktrail/blocktrail-sdk-php library, I do not know how to install.
I need specific instructions, if any examples as possible.
thank you
You need to have composer for it get installer for windows here https://getcomposer.org/download/
Are you looking to test this in your local server/laptop? Use xampp to setup local server in your laptop.

If you are quite noob at coding, than i will suggest you to try block.io php api which is way more easier to setup than blocktrail api.


Title: Re: how using API Blocktrail
Post by: Patatas on February 02, 2017, 05:00:48 PM
I'm learning about Blocktrail API. I need to function:
- Create wallet.
- Transfer Bitcoin.
Somebody please just help me.
thanks
What is there to help ? Everything is pretty much self-explanatory if  your basics of JavaScript are clear.Maybe post the part of the code which you think is a bouncer ? They have pretty nice documentation though.Read.