Deprecated
#Client
#Install package with Gem
Add this line to your application’s Gemfile and then execute the command bundle in your terminal
1gem 'arkecosystem-client'
Alternatively, install it from the command line.
1gem install arkecosystem-client
#Development
- Fork the package .
 - Clone your forked repository.
 
1git clone https://github.com/<githubusername>/ruby-client
- Next, move into the fresh cloned directory.
 
1cd ruby-client
- Install your dependencies with 
Bundle. 
1bundle install
- Dependencies are now installed, you can now run the tests to see if everything is running as it should.
 
1# TODO: see how it's done in ruby, lot of ways it seems.
            
        Last updated 4 years ago
                                            
    
    Edit Page