Skip to content
This repository has been archived by the owner on Oct 4, 2020. It is now read-only.

Latest commit

 

History

History
49 lines (33 loc) · 963 Bytes

README.md

File metadata and controls

49 lines (33 loc) · 963 Bytes
id title description
getting-started
Getting Started
Ruby Client Library For Communicating With Core Server Public REST API

Client

Install package with Gem

Add this line to your application's Gemfile and then execute the command bundle in your terminal

gem 'arkecosystem-client'

Alternatively, install it from the command line.

gem install arkecosystem-client

Development

  1. Fork the package.

  2. Clone your forked repository.

    git clone https://github.com/<githubusername>/ruby-client
  3. Next, move into the fresh cloned directory.

    cd ruby-client
  4. Install your dependencies with Bundle.

     bundle install
  5. Dependencies are now installed, you can now run the tests to see if everything is running as it should.

    # TODO: see how it's done in ruby, lot of ways it seems.