Sequence Ruby SDK

Usage

Get the gem

The Ruby SDK is available via Rubygems.

Ruby >= 2.2 is required. We recommend upgrading to Ruby >= 2.3. See Ruby Maintenance Branches for the language's schedule for security and bug fixes.

Add the following to your Gemfile:

gem 'sequence-sdk'

In your code

require 'sequence'

ledger = Sequence::Client.new(
  ledger: 'ledger',
  credential: '...'
)

Documentation

Comprehensive instructions and examples are available in the developer documentation.