dashed-slug.net › Forums › TurtleCoin Adapter extension support › I’m getting ready to replace my hacked up monero adapter with yours › Reply To: I’m getting ready to replace my hacked up monero adapter with yours
OK, first of all there is the TurtleCoind service that syncs the blockchain.
Then, you also need a program that connects to this blockchain service to present addresses/wallets to your business logic.
If I have understood correctly, in the past the turtle-service
was used for this. Nowadays there is the newer wallet-api service.
You will NOT be able to use 2acoin-service
, because the TurtleCoin adapter is not built to communicate with turtle-service
.
I have built the TurtleCoin adapter to communicate with the wallet-api
service.
If your coin is a fork from an earlier TurtleCoin repo, then it may not have wallet-api
.
HOWEVER, it’s very likely that you may be able to use the wallet-api
service to connect to your 2acoind. Only the 2acoin developer or the TurtleCoin developer would know for sure, since I’ve never tried this.