api doc for bitcoin gold on testnet

0

I'm looking for an api doc for bitcoin gold on testnet to create, receive and list transactions and accounts. so far I've found this https://bitcoingold.org/testnet-v3/. I'd be thankful if someone shed some light

Sujan

Posted 2018-08-20T06:38:08.973

Reputation: 1

Question was closed 2018-09-05T20:02:22.400

The rpc should be identical to the regular Bitcoind, so any library or tools that interface with that should workRaghav Sood 2018-08-20T07:24:47.783

Answers

1

The project Wiki on GitHub probably has the info you're looking for:

Technical Spec: https://github.com/BTCGPU/BTCGPU/wiki/Technical-Spec Testnet v3: https://github.com/BTCGPU/BTCGPU/wiki/Testnet-v3

EndogenousT

Posted 2018-08-20T06:38:08.973

Reputation: 11