README.md in peatio-goldcash-2.6.6 vs README.md in peatio-goldcash-2.6.7

- old
+ new

@@ -1,9 +1,11 @@ # Peatio::Goldcash -Peatio goldcash plugin for Rubykube stack +Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/peatio/goldcash`. To experiment with that code, run `bin/console` for an interactive prompt. +TODO: Delete this and the text above, and describe your gem + ## Installation Add this line to your application's Gemfile: ```ruby @@ -18,50 +20,20 @@ $ gem install peatio-goldcash ## Usage -For Peatio Goldcash plugin integration you need to do the following steps: +TODO: Write usage instructions here -### Image Build. - -1. Add peatio-goldcash gem into your Gemfile.plugin -```ruby -gem 'peatio-goldcash', '~> 0.2.0' -``` - -2. Run `bundle install` for updating Gemfile.lock - -3. Build custom Peatio [docker image with Goldcash 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-goldcash gem - -### Peatio Configuration. - -1. Create Goldcash Blockchain [config example](../config/blockchains.yml). - * No additional steps are needed - -2. Create Goldcash Currency [config example](../config/currencies.yml). - * No additional steps are needed - -3. Create Goldcash 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). +After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment. +To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org). + ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/alcoxbiz/peatio-goldcash. ## 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)