Sha256: e5e347de4c09e0ab9026a58101748e0f29e9b669d875c2dad515a40b3dc726e8

Contents?: true

Size: 773 Bytes

Versions: 5

Compression:

Stored size: 773 Bytes

Contents

# Integration.

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

## Image Build.

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

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

3. Build custom Peatio 

4. Push your image using `docker push`

5. Update your deployment to use image with peatio-nexbit gem

## Peatio Configuration.

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

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

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
peatio-nexbit-0.1.5 docs/integration.md
peatio-nexbit-0.1.4 docs/integration.md
peatio-nexbit-0.1.3 docs/integration.md
peatio-nexbit-0.1.2a docs/integration.md
peatio-nexbit-0.1.2 docs/integration.md