Integrating Dash to Basepoker

basepoker

New member
Hi guys,

I'm building a web-based crypto poker platform called Basepoker.
I'm wondering if there is any node service that I can use to support Dash payment.
I'd prefer not to run the node myself. Any service out there?

Thanks!
 
@basepoker, if you want access to the public Dash RPCs via a web APIs you can use:
* mainnet: https://rpc.digitalcash.dev
* testnet: https://trpc.digitalcash.dev

Here's an example of how you would check the balance of an address (it's the Dash Italia donation address).

The documentation for all the RPCs is here:
 
Back
Top