README.md in peatio-ndc-0.1.2 vs README.md in peatio-ndc-0.1.3

- old
+ new

@@ -1,9 +1,8 @@ # Peatio::NDC -[![Gem Version](https://badge.fury.io/rb/peatio-ndc.svg)](https://badge.fury.io/rb/peatio-ndc) -Peatio ndc plugin for nPro [peatio] stack +Peatio ndc plugin for Rubykube stack ## Installation Add this line to your application's Gemfile: @@ -19,44 +18,50 @@ $ gem install peatio-ndc ## Usage -For Peatio CPUchain plugin integration you need to do the following steps: +For Peatio NDC plugin integration you need to do the following steps: ### Image Build. 1. Add peatio-ndc gem into your Gemfile.plugin ```ruby -gem 'peatio-ndc', '~> 0.1.0' +gem 'peatio-ndc', '~> 0.1.3' ``` 2. Run `bundle install` for updating Gemfile.lock -3. Build custom Peatio +3. Build custom Peatio [docker image with NDC plugin](https://github.com/nexbitio/peatio/blob/master/docs/plugins.md#build) 4. Push your image using `docker push` 5. Update your deployment to use image with peatio-ndc gem ### Peatio Configuration. -1. Create ndc Blockchain [config example](../config/blockchains.yml). +1. Create NDC Blockchain [config example](../config/blockchains.yml). * No additional steps are needed -2. Create ndc Currency [config example](../config/currencies.yml). +2. Create NDC Currency [config example](../config/currencies.yml). * No additional steps are needed -3. Create ndc Wallets [config example](../config/wallets.yml)(deposit and hot wallets are required). +3. Create NDC Wallets [config example](../config/wallets.yml)(deposit and hot wallets are required). * No additional steps are needed +## Development +Plugin development [example](https://github.com/nexbitio/peatio/blob/master/docs/coins/development.md). +## Contributing + +Bug reports and pull requests are welcome on GitHub at https://github.com/nexbitio/peatio-ndc. + ## 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: -[platform.ndc.io](https://platform.ndc.io) +[NEXBIT.IO](https://www.nexbit.io)