Go to file
Wade Wilson 791fcda8a2 fixed localized error implementation 2018-02-27 22:06:00 +03:00
Sources fixed localized error implementation 2018-02-27 22:06:00 +03:00
Tests Initial commit 2018-02-14 00:23:15 +03:00
.gitignore Initial commit 2018-02-14 00:23:15 +03:00
LICENSE Initial commit 2018-02-14 00:23:15 +03:00
Package.swift Initial commit 2018-02-14 00:23:15 +03:00
README.md Initial commit 2018-02-14 00:23:15 +03:00

README.md

Bech32

Base32 address format for native v0-16 witness outputs implementation

See BIP173 proposal on bitcoin repo

Inspired by Pieter Wuille C++ reference implementation

Install

  • Drop files into project
  • Correct Bech32Tests @testable import statement

Check

Swift Package Manager is needed to run tests and build .xcodeproj. If SPM (v4) is installed then one can type:

git clone https://github.com/0xDEADP00L/Bech32.git
cd Bech32
swift test