-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Hi, im working on Verus DeFi support for the Wordpress shop payment plugin. Ill be working out the API commands and responses to for example pay with VRSC and the shop auto convert to Veth. or other token on Verus.
Obviously this is similar to the explorer api calls
https://github.com/VerusCoin/VerusPay.
Verus pay uses an inbetween php middleman script to take an api call then pass it it to any compatible daemon. so it can be the basis of a generic API that takes commands from any coin KMD, BTC, ZCASH.. AND ALSO can handle e..g VRSC.Veth . etc.
it also has a pass through mode so if you dont want to use simipfied API calls that get translated into the correct Daemon RPC request. you can use it just for https tunnel . to connect to multiple wallets.
https://github.com/VerusCoin/VerusChainTools/blob/master/index.php
i think i am going to re-write it as it is not readable.
regards
Chris