Skip to content

valenciaj/crystal-base58

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

base58

Generate random strings with Base58 alphabet.

Installation

Add this to your application's shard.yml:

dependencies:
  base58:
    github: valenciaj/crystal-base58

Usage

require "base58"

# Generating a 32 chars string length
puts Base58.random 32

Contributing

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

  • valenciaj Javier Valencia - creator, maintainer

About

Generate random strings with Base58 alphabet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published