Giter Club home page Giter Club logo

fireblocks's Introduction

Fireblocks

The Ruby gem wrapper for Fireblocks! This gem is actively being developed. Be sure to check the branch for the version you're using.

Installation

To install, type:

gem install fireblocks

Add to your Gemfile:

gem "fireblocks", "~> 0.3.0"

Check version file for most current.

Run bundle install

Configure

API keys must be configured in the gem setup. You can do this anywhere in your application before you make API calls using the gem.

Fireblocks.configure do |config|
  config.api_key = 'api_key'
  config.private_key = 'private_key'
  config.base_url = 'url'
end

config.base_url - the default is set to 'https://api.fireblocks.io'

Usage

  • Full API documentation for this gem go to API reference.
  • Fireblocks official SDKs can be found here

Available methods can be found in Fireblocks::API

# To create a vault account
Fireblocks::API.create_vault_account(name: 'test_name')

# To get all vault accounts
Fireblocks::API.get_vault_accounts

Contributing

Bug reports and pull requests are welcome.

  • Please be sure to include tests with your PRs.
  • Run bundle exec rubocop to ensure style with the rest of the project

fireblocks's People

Contributors

gracetrust avatar csebryam avatar mculp avatar jibrankalia avatar marie-burns22 avatar jfedgar avatar grantstannard avatar snogrammer avatar dependabot[bot] avatar

Watchers

James Cloos avatar

Forkers

glsysco netcents

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.