Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

radixpool/bech32-elixir

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bech32

This is an implementation of BIP-0173

Bech32 address format for native v0-16 witness outputs.

See https://github.com/bitcoin/bips/blob/master/bip-0173.mediawiki for details

This library was implemented with Bitcoin and Nervos CKB in mind.

Installation

If available in Hex, the package can be installed by adding bech32 to your list of dependencies in mix.exs:

def deps do
  [
    {:bech32, "~> 1.0.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/bech32.

About

An implementation of BIP-0173 or bech32

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 100.0%