3
1
Does blockchain.info provide wallets and API service for testnet? This information is quite hard to find from their site.
3
1
Does blockchain.info provide wallets and API service for testnet? This information is quite hard to find from their site.
1
It may be a bit late, but for others coming to this question, Blocktrail have a data and wallet API that supports both Bitcoin mainnet and testnet.
The API provides HD wallets with multi-signature transactions (allowing for full control over your coins should anything ever happen to Blocktrail), and there are currently SDKs for PHP, NodeJS and Python, with more coming soon.
There are also simple examples included in the SDKs to help you get started, a comprehensive API documentation, and a couple of working example projects:
1. Simple Bitcoin Wallet App
2. Simple Block Explorer
Disclaimer
I am currently one of the core developers for this API
1Blocktrail is pretty much useless. It requires a complex MD5-hash/signature. Thanks but ... no thanks! Did you forget https provides integrity? – Jus12 – 2015-07-18T06:19:26.083
not a big fan of how u need an API key: not needed for calls to the blockchain.info API(which doesn't cover the testnet). – kumarz – 2016-07-12T16:22:06.703
possible duplicate of Is there a blockchain.info for testnet?
– Nick ODell – 2014-10-20T21:32:15.097Not a duplicate: I am not looking for an testnet explorer, but wallet service with API – Mikko Ohtamaa – 2014-10-20T21:35:53.390
@NickODell it's not really a duplicate – George Kimionis – 2014-10-20T21:42:39.140
Testnet ewallet, also these guys have an API for both mainnet and testnet – Nick ODell – 2014-10-20T21:49:20.917