Sha256: b4d76895756e7460fec5181f7479b6f1f21610f122010b25909b07b3c7c95dff

Contents?: true

Size: 886 Bytes

Versions: 1

Compression:

Stored size: 886 Bytes

Contents

# Integration.

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

## Image Build.

1. Add peatio-sinovate gem into your Gemfile.plugin
```ruby
gem 'peatio-sinovate', '~> 0.2.1'
```

2. Run `bundle install` for updating Gemfile.lock

3. Build custom Peatio [docker image with Sinovate 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-sinovate gem

## Peatio Configuration.

1. Create Sinovate Blockchain [config example](../config/blockchains.yml).
    * No additional steps are needed

2. Create Sinovate Currency [config example](../config/currencies.yml).
    * No additional steps are needed

3. Create Sinovate Wallets [config example](../config/wallets.yml)(deposit and hot wallets are required).
    * No additional steps are needed

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ultex-sinovate-0.2.1 docs/integration.md