This is the unofficial Crystal library for the IOTA Core.
It is based on the current version of the official Javascript and will follow the same release cycle and version.
Add this to your application's shard.yml
:
dependencies:
iota.cr:
github: vvangemert/iota.cr
require "iota.cr"
TODO: Write usage instructions here
TODO: Write development instructions here
- Fork it ( https://github.com/vvangemert/iota.cr/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
- vvangemert vvangemert - creator, maintainer