blockiocr
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
Repository
blockiocr
Owner
Statistic
- 0
- 0
- 0
- 0
- 1
- almost 6 years ago
- December 14, 2017
License
MIT License
Links
Synced at
Mon, 18 Nov 2024 03:24:05 GMT
Languages