Ethereum Crystal API
Add this to your application's shard.yml
:
dependencies:
web3:
github: light-side-software/web3.cr
require "web3"
web3 = Web3::Client.new(RpcProvider.new("http://localhost:8545"))
pp web3.client_version
pp web3.eth.syncing
- Fork it ( https://github.com/light-side-software/web3.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
- Tamás Szekeres creator, maintainer