base58

base58 for Crystal

Heads Up

I wrote this shard to server a very specific purpose for me and stopped as soon as I met that need. Kirk @wyhaines has done some amazing work over here. Make sure you just use that. I will not be providing updates to this shard.

https://github.com/wyhaines/base58.cr

base58

Base58 utility to encode integers as strings and vice versa.

Installation

Add this to your application's shard.yml:

dependencies:
  base58:
    github: russ/base58

Usage

require "base58"

Base58.decode("6hENdZ")
Base58.encode(3470417529)

Contributing

  1. Fork it ( https://github.com/russ/base58/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

  • russ Russ Smith - creator, maintainer

Code based on https://github.com/dougal/base58

Repository

base58

Owner
Statistic
  • 5
  • 1
  • 0
  • 1
  • 0
  • over 1 year ago
  • August 24, 2016
License

MIT License

Links
Synced at

Mon, 20 May 2024 13:05:40 GMT

Languages