blockiocr
Crystal library to interact with block.io
Currently requires a ruby interface to handle transaction signing. Attempt to do so in crystal at signing
Installation
Add this to your application's shard.yml
:
dependencies:
blockiocr:
github: greenbigfrog/blockiocr
Dependencies
- Ruby (for withdrawals)
Usage
require "blockiocr"
client = Blockio::Client.new(ENV["API_KEY"], ENV["PIN"])
puts client.get_balance
If you want to withdraw coins, you'll need to run rb/server.rb
as well
Development
TODO Write development instructions here
Contributing
- Fork it ( https://github.com/greenbigfrog/blockiocr/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- greenbigfrog Jonathan - creator, maintainer