web3.cr

Ethereum Crystal API

web3.cr

Ethereum Crystal API

Installation

Add this to your application's shard.yml:

dependencies:
  web3:
    github: light-side-software/web3.cr

Usage

require "web3"

web3 = Web3::Client.new(RpcProvider.new("http://localhost:8545"))
pp web3.client_version
pp web3.eth.syncing

Contributing

  1. Fork it ( https://github.com/light-side-software/web3.cr/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

Repository

web3.cr

Owner
Statistic
  • 7
  • 3
  • 0
  • 0
  • 1
  • about 6 years ago
  • February 19, 2018
License

MIT License

Links
Synced at

Thu, 07 Nov 2024 14:04:16 GMT

Languages