Bitcoin Forum
June 24, 2024, 04:56:11 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Project Development / Re: [ANN] Well tested PHP Blockchain Wallet API Library on: July 10, 2014, 04:49:25 PM
Are u fetching data from blockchain.info api ?

No its a blockchain wallet api client to send and receive payment from a blockchain wallet account. You can find more details on the official Blockchain Wallet API Documentation.

Well, it looks very similar to blockchain.info send/receive API. Moreover, as I can see, it is checking address balance using password in the wallet api. This is redundant & insecure in my opinion. It can be viewed directly...

https://blockchain.info/q/addressbalance/12c6DSiU4Rq3P4ZxziKxzrL5LmMBrzjrJX

You are right. I think the blockchain wallet api webservice is for merchants. So it is possible to create accounts for the merchant users and the users don't have direct access to the wallet. It's also a feature of the blockchain wallet api webservice.
2  Bitcoin / Project Development / Re: [ANN] Well tested PHP Blockchain Wallet API Library on: July 10, 2014, 04:41:38 PM
You should also make a more regular bitcoin function needs. For example signing a message, verifying a signature, stuff like that.

Thanks for your suggestion. This component was written to use only the blockchain wallet api webservice functions. I think these features should be implemented in an extra php library.
3  Bitcoin / Project Development / Re: [ANN] Well tested PHP Blockchain Wallet API Library on: July 10, 2014, 04:34:55 PM
Thank you for this. I haven't tried the Zend framework but I am very used to codeigniter. How different are the two?

I don't know much about codeigniter but i think you can implement this component in your project because it uses only a few components of zend framework 2. If you use composer, all dependencies will be loaded automatically. However, if you don't have a zend framework 2 application you must configure the classes by yourself, but it's not hard.
4  Bitcoin / Project Development / Re: [ANN] Well tested PHP Blockchain Wallet API Library on: July 09, 2014, 05:06:45 PM
Thank you for the source it will be helped my project Cheesy

Great to hear that from you.  Wink
5  Bitcoin / Project Development / Re: [ANN] Well tested PHP Blockchain Wallet API Library on: July 09, 2014, 04:57:59 PM
Are u fetching data from blockchain.info api ?

No its a blockchain wallet api client to send and receive payment from a blockchain wallet account. You can find more details on the official Blockchain Wallet API Documentation.
6  Bitcoin / Project Development / Re: [ANN] Well tested PHP Blockchain Wallet API Library on: July 08, 2014, 05:53:09 PM
Thanks for your reply. I hope it will help other people in the bitcoin business.
7  Bitcoin / Project Development / [ANN] Well tested PHP Blockchain Wallet API Library on: July 07, 2014, 08:56:31 PM
Here comes the first well tested PHP Zend Framework 2 Blockchain Wallet API module which is ready for business. It's under BSD-3 Clause. It can be used in any project. Please let me know if you have any suggestion or you can create a github issue.

The usage is simple. Configure request, call the service and access the response data via objects.

  • Adapts To Your Needs. There are several possibilities to configure this module.
  • Well tested. Besides unit test and continuous integration/inspection this solution is also ready for production use.
  • Great foundations. Based on Zend Framework 2 and Easy Config
  • Every change is tracked. Want to know whats new? Take a look at CHANGELOG.md
  • Listen to your ideas. Have a great idea? Bring your tested pull request or open a new issue. See CONTRIBUTING.md

For installation details refer to Sake\BlockchainWalletApi documentation.
8  Bitcoin / Project Development / Re: [REQ] C# or PHP Library for handling bitcoin transactions on: July 07, 2014, 08:37:24 PM
If you need a well tested php client library for blockchain wallet api you can try https://github.com/sandrokeil/BlockchainWalletApi.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!