Sha256: 542ae95c270a7ea4e923c1187b9c73212d95b27ee78fd4132fc98365d3464ae1

Contents?: true

Size: 1.54 KB

Versions: 24

Compression:

Stored size: 1.54 KB

Contents

# Peatio::bitgo

Peatio bitgo plugin for Rubykube stack

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'peatio-bitgo'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install peatio-bitgo

## Usage

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

### Image Build.

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

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

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

### Peatio Configuration.

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

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

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


## Development

Plugin development [example](https://github.com/rubykube/peatio/blob/master/docs/coins/development.md).

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/rubykube/peatio-bitgo.

## 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:
[Openware.com](https://www.openware.com)

Version data entries

24 entries across 24 versions & 3 rubygems

Version Path
ouroboros-peatio-bitgo-3.1.0 README.md
peatio-bitgo-3.1.0 README.md
peatio-bitgo-2.6.8 README.md
peatio-bitgo-2.6.7 README.md
peatio-bitgo-2.6.6 README.md
peatio-bitgo-2.6.5 README.md
peatio-bitgo-2.6.4 README.md
peatio-bitgo-2.5.2 README.md
peatio-bitgo-jruby-2.5.1 README.md
peatio-bitgo-2.6.3 README.md
peatio-bitgo-2.5.1 README.md
peatio-bitgo-2.5.0 README.md
peatio-bitgo-2.6.2 README.md
peatio-bitgo-2.6.1 README.md
peatio-bitgo-1.1.6 README.md
peatio-bitgo-1.1.5 README.md
peatio-bitgo-2.6.0 README.md
peatio-bitgo-1.1.4 README.md
peatio-bitgo-1.1.3 README.md
peatio-bitgo-1.1.2 README.md