0.0
No release in over 3 years
Low commit activity in last 3 years
SDK for Sequence
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.0
>= 0
>= 3.5.0, ~> 3.5.0
~> 1.2.0
~> 0.14.1
>= 0.9.5, ~> 0.9.5
 Project Readme

Sequence Ruby SDK

Usage

Get the gem

The Ruby SDK is available via Rubygems.

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

Add the following to your Gemfile:

gem 'sequence-sdk', '~> 2.2'

In your code

require 'sequence'

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

Documentation

Comprehensive instructions and examples are available in the developer documentation.