Sha256: d4f1c2b47792ac72a34c56f948a60d1897296bfb9f5c461e79ff37fa9702adc3

Contents?: true

Size: 886 Bytes

Versions: 6

Compression:

Stored size: 886 Bytes

Contents

# Integration.

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

## Image Build.

1. Add peatio-litecoin 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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
peatio-goldcash-2.6.6 docs/integration.md
peatio-goldcash-2.6.5 docs/integration.md
peatio-goldcash-2.6.4 docs/integration.md
peatio-goldcash-2.6.3 docs/integration.md
peatio-goldcash-2.6.2 docs/integration.md
peatio-goldcash-2.6.1 docs/integration.md