Sha256: c3a5304532435aa5a336c05d7a4df3f17e140a33312a2639fa4c1351d7dbb6b4

Contents?: true

Size: 870 Bytes

Versions: 3

Compression:

Stored size: 870 Bytes

Contents

# Integration.

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

## Image Build.

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

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

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

## Peatio Configuration.

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

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

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
module-render-xyz-0.1.3 docs/integration.md
module-render-xyz-0.1.2 docs/integration.md
module-render-xyz-0.1.1 docs/integration.md