Sha256: 15db0a128f6002222e406ebdd6e60cf7b07e7316446e41c34e8dc364769702f2
Contents?: true
Size: 1.58 KB
Versions: 1
Compression:
Stored size: 1.58 KB
Contents
# Peatio::Runebase Peatio runebase plugin for Rubykube stack ## Installation Add this line to your application's Gemfile: ```ruby gem 'peatio-runebase' ``` And then execute: $ bundle Or install it yourself as: $ gem install peatio-runebase ## Usage For Peatio Runebase plugin integration you need to do the following steps: ### Image Build. 1. Add peatio-runebase gem into your Gemfile.plugin ```ruby gem 'peatio-runebase', '~> 0.2.0' ``` 2. Run `bundle install` for updating Gemfile.lock 3. Build custom Peatio [docker image with Runebase plugin](https://github.com/rubykube/peatio/blob/master/docs/plugins.md#build) 4. Push your image using `docker push` 5. Update your deployment to use image with peatio-runebase gem ### Peatio Configuration. 1. Create Runebase Blockchain [config example](../config/blockchains.yml). * No additional steps are needed 2. Create Runebase Currency [config example](../config/currencies.yml). * No additional steps are needed 3. Create Runebase Wallets [config example](../config/wallets.yml)(deposit and hot wallets are required). * No additional steps are needed ## Development Plugin development [example](https://github.com/rubykube/peatio/blob/master/docs/coins/development.md). ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/rubykube/peatio-litecoin. ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT). ## Consulting You can contact Openware for finding certified vendors: [Openware.com](https://www.openware.com)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
peatio-runebase-0.2.0 | README.md |