Peatio::Dash

Peatio dashcoin plugin for Rubykube stack

Installation

Add this line to your application's Gemfile:

gem 'peatio-dashcoin'

And then execute:

$ bundle

Or install it yourself as:

$ gem install peatio-dashcoin

Usage

For Peatio Litecoin plugin integration you need to do the following steps:

Image Build.

  1. Add peatio-dashcoin gem into your Gemfile.plugin

    gem 'peatio-dashcoin', '~> 0.2.0'
    
  2. Run bundle install for updating Gemfile.lock

  3. Build custom Peatio docker image with Litecoin plugin

  4. Push your image using docker push

  5. Update your deployment to use image with peatio-dashcoin gem

Peatio Configuration.

  1. Create Litecoin Blockchain config example.

    • No additional steps are needed
  2. Create Litecoin Currency config example.

    • No additional steps are needed
  3. Create Litecoin Wallets config example(deposit and hot wallets are required).

    • No additional steps are needed

License

The gem is available as open source under the terms of the MIT License.