Project

eip55

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Implementation of the EIP55 checksum address encoding
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

EIP55 CircleCI

A library for Ethereum mixed-case checksum address encoding. Mostly extracted from se3000/ruby-eth.

Installation

Add this line to your application's Gemfile:

gem 'eip55'

And then execute:

$ bundle

Or install it yourself:

$ gem install eip55

Usage

See tests for usage examples

Tests

$ rake test

Code style

$ bundle exec rubocop

License

The gem is available as open source under the terms of the MIT License.