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.
- Add peatio-dashcoin gem into your Gemfile.plugin
gem 'peatio-dashcoin', '~> 0.2.0'
-
Run bundle install
for updating Gemfile.lock
-
Build custom Peatio docker image with Litecoin plugin
-
Push your image using docker push
-
Update your deployment to use image with peatio-dashcoin gem
Peatio Configuration.
-
Create Litecoin Blockchain config example.
- No additional steps are needed
-
Create Litecoin Currency config example.
- No additional steps are needed
-
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.