spectrocoin/drupal-merchant

SpectroCoin cryptocurrency payment gateway for Drupal

dev-master 2021-05-26 12:53 UTC

This package is not auto-updated.

Last update: 2024-05-24 22:02:05 UTC


README

This is SpectroCoin Bitcoin Payment Module for Drupal. This extenstion allows to easily accept bitcoins (and other cryptocurrencies such as DASH) at your Drupal website. You can view a tutorial how to integrate bitcoin payments for Drupal.

To succesfully use this plugin, you have to have a SpectroCoin Bitcoin wallet. You can get it here. Also you have to create a merchant project to get merchant and project IDs, to do so create a new merchant project here.

INSTALLATION

  1. Download the module to sites/all/modules/commerce_spectrocoin.
    OR
    Navigate to Drupal directory and run:

    composer require spectrocoin/drupal-merchant

  2. Install/Enable the module at the admin/modules page.

  3. Generate private and public keys
    i. Automatically

    Go to SpectroCoin -> Project list click on your project, then select "Edit Project and then click "Generate" (next to Public key field), as a result you will get an automatically generated private key, download and save it. The matching Public key will be generated automatically and added to your project.

    ii. Manually

    Private key:

    # generate a 2048-bit RSA private key
    openssl genrsa -out "C:\private" 2048
    

    Public key: ```shell # output public key portion in PEM format openssl rsa -in "C:\private" -pubout -outform PEM -out "C:\public" ```

    Do not forget to add new Public key to your project by pasting it into Public key field under "Edit project" section.

CONFIGURATION

  1. Configure SpectroCoin options in Home/Administration/Store/Configuration/Payment methods.
  2. Enter your Merchant ID, Project ID and Private key (Options are part of the reaction rule settings.)

INFORMATION

This plugin has been developed by SpectroCoin.com If you need any further support regarding our services you can contact us via:
E-mail: info@spectrocoin.com
Phone: +372 683 8000
Skype: spectrocoin_merchant
Web: https://spectrocoin.com
Twitter: @spectrocoin
Facebook: SpectroCoin