Skip to content

alcharkov/spectrocoin-payment-gateway-for-woocommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spectrocoin WooCommerce payment gateway

Spectrocoin (unofficial and experimental) WooCommerce payment gateway allows customers to make payment with Bitcoin or euros

Spectrocoin is a trademark of Spectro Finance Ltd (https://spectrocoin.com/)

INSTALLATION

  1. Upload plugin to wp-content/plugins/ directory
  2. Generate private and public keys
    1. Private key:
    # generate a 2048-bit RSA private key
    openssl genrsa -out "private.key" 2048
    1. Public key:
    # output public key portion in PEM format
    openssl rsa -in "private.key" -pubout -outform PEM -out "public.key"
  3. Add private key to plugin settings and public key to Spectrocoin project account
  4. Choose same receive currency for Wordpress plugin and spectrocoin.com project otherwise plugin would not work.

About

Spectrocoin WooCommerce payment gateway

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages