Sha256: 82772f6ada281759630264901293e569b033d29056443269972964af136998a0

Contents?: true

Size: 1.24 KB

Versions: 5

Compression:

Stored size: 1.24 KB

Contents

# Peatio::Nexbit

Peatio nexbit plugin for nPro [peatio] stack

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'peatio-nexbit'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install peatio-nexbit

## Usage

For Peatio CPUchain 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 Nexbit Blockchain [config example](../config/blockchains.yml).
    * No additional steps are needed

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

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




## License

The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

## Consulting

You can contact Openware for finding certified vendors:
[platform.nexbit.io](https://platform.nexbit.io)

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
peatio-nexbit-0.1.5 README.md
peatio-nexbit-0.1.4 README.md
peatio-nexbit-0.1.3 README.md
peatio-nexbit-0.1.2a README.md
peatio-nexbit-0.1.2 README.md