Sha256: b92773b49b1092ae620523be1f9e7769cfab71a1ad61c6befccdae6a3759a986
Contents?: true
Size: 764 Bytes
Versions: 2
Compression:
Stored size: 764 Bytes
Contents
# Integration. For Peatio NDC plugin integration you need to do the following steps: ## Image Build. 1. Add peatio-ndcd gem into your Gemfile.plugin ```ruby gem 'peatio-ndcd', '~> 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-ndcd 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
peatio-ndc-0.1.2 | docs/integration.md |
peatio-ndc-0.1.0 | docs/integration.md |