Sha256: c31073416dd48cbb91cf808a8ffb343df7bc4c2cdf2bb89f8d07a97f94a1b70f

Contents?: true

Size: 846 Bytes

Versions: 2

Compression:

Stored size: 846 Bytes

Contents

# Integration.

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

## Image Build.

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

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

3. Build custom Peatio [docker image with NDC plugin](https://github.com/nexbitio/peatio/blob/master/docs/plugins.md#build)

4. Push your image using `docker push`

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

## Peatio Configuration.

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

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

3. Create NDC 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-ndc-0.2.1 docs/integration.md
peatio-ndc-0.1.3 docs/integration.md