Interest in building on Doge has been exploding in recent months 🎉, so we decided to launch some community projects to get folks up and running on testnet with the goal being for anyone to be able to easily build on the doge testnet without spinning up their own node/infra.
Doge Testnet Faucet
A free and easy to use faucet for TESTNET Doge, stocked with an initial donation of 6,969,420.69696969 TESTDOGE from QED
Public Electrs API and Block Explorer
A public full history API for the testnet (compatible with doge-sdk + a blockstream flavored block explorer. To make it easy for integrations, the API supports Access-Control-Allow-Origin: -
/ CORS.
- API: https://doge-electrs-testnet-demo.qed.me
- Block Explorer:
Some Example API Calls
- Get Latest Blocks
- GET
https://doge-electrs-testnet-demo.qed.me/blocks
- Get Balance/UTXOs/Transactions for an Address
- (Balance)
https://doge-electrs-testnet-demo.qed.me/address/nawiiYr7RC9UTbnJQz9riZn9pHocNJvAWB
- (UTXOs) GET
https://doge-electrs-testnet-demo.qed.me/address/nawiiYr7RC9UTbnJQz9riZn9pHocNJvAWB/utxo
- (Transactions) GET
https://doge-electrs-testnet-demo.qed.me/address/nawiiYr7RC9UTbnJQz9riZn9pHocNJvAWB/txs
- Broadcast/Submit Transaction
- POST
https://doge-electrs-testnet-demo.qed.me/tx <hex encoded transaction>
- Example:
curl 'https://doge-electrs-testnet-demo.qed.me/tx' --data-raw '<hex encoded transaction>'
-An exhaustive list of APIs can be found here-
Testnet Web Wallet
A fully featured web wallet for sending/receiving TESTDOGE with support for:
- Easy wallet creation + import/export via WIF and BIP39 mnemonic secrets
- Live balances and transactions feed
- Multi-wallet switching for fast testing
Link: https://testnet-wallet.doge.toys/
In addition, we have dedicated a relatively beefy server to mining doge testnet blocks, so if your building on testnet you can be sure that blocks can be mined in a reasonable amount of time (1-2 minutes).
If anyone has any other tools they wish to see built for testnet, please let us know!