Skip to content

apoyan/bitok

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bitok

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

Installation

To install, type:

gem install bitok

Add to your Gemfile:

gem "bitok", "~> 0.0.1"

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.

Bitok.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://kyt-api.bitok.org'

Usage

# To get supported network
Bitok::API.get_networks

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors