Skip to content

DariuszDepta/bech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bech32 & bech32m encoder/decoder

Setup

Install Erlang

$ sudo dnf install erlang

or follow these instructions.

Install rebar3

Download rebar3 script and follow these instructions.

For some reason, it may be practical to make rebar3 global:

$ sudo cp ~/.cache/rebar3/bin/rebar3 /usr/local/bin

Library was initially created this way

$ rebar3 new lib bech

Build

$ rebar3 compile

Test

$ rebar3 eunit

Releases

No releases published

Packages

No packages published

Languages