id | title | description |
---|---|---|
getting-started |
Getting Started |
Ruby Client Library For Communicating With Core Server Public REST API |
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
-
Fork the package.
-
Clone your forked repository.
git clone https://github.com/<githubusername>/ruby-client
-
Next, move into the fresh cloned directory.
cd ruby-client
-
Install your dependencies with
Bundle
.bundle install
-
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.