DERO Pay
WordPress Gutenberg Plugin for a Payment Gateway with DERO
by CaptainUnknown · github.com/captainunknown/dero-pay-wordpress
★ 3stars
49release downloads
1forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/captainunknown/dero-pay-wordpress/releases/download/2.0/DERO-Pay_Buildv2.0.zipDeclares an update source (https://github.com/CaptainUnknown/DERO-RPC-Bridge-WordPress/releases/latest), so updates arrive through the plugin's own updater.
From the readme
DERO Payment Gateway | WordPress 🔌
WordPress Plugin for an Interface to connect with DERO RPC Chrome Extension.
Plugin connects & Communicates with DERO Wallet through the DERO RPC Extension API. After Connecting to the wallet webapp can invoke any Smart Contract or perform a transaction with provided parameters.
🎁 If you want to support the continuous effort to further develop this plugin, please consider donating DERO at:
CaptainUnknown or dero1qyq7zg0aa06vsh9z46w0ypms70haz55ff2vv60aph65j9dfn5mjv6qqfsf2k7.
After placing one of the folders in your WordPress plugins folder (that can be found under wp-content), you can then:
1. Point your terminal towards the DERO-RPC-Bridge folder (with admin rights).
2. Run npm install or npm i.
3. Then run npm run start to build the files.
4. In WordPress Editor, Drag & Drop plugin Block. Change the fields to desired parameters.
5. Click Update & Preview.
Parameters 🔧
Store Admin ServerURI:
string - Store Admin ServerURI (Should not contain protocol). Host a server that manages & generates single use Discount Coupons for selected product & user.
Product ID:
integer - Shopify Product ID.
Course ID:
integer - ID of the current course. Co
Read the full README on GitHub →