Sha256: b0da7d371d47d62d5290c5639d63aae8c3a4f7228af884048637c784b178c2a5

Contents?: true

Size: 878 Bytes

Versions: 2

Compression:

Stored size: 878 Bytes

Contents

# Integration.

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

## Image Build.

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

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

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

## Peatio Configuration.

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

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

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
peatio-counosx-2.6.2 docs/integration.md
peatio-counosx-2.6.1 docs/integration.md