You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
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
The text was updated successfully, but these errors were encountered: