Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xdeadp00l/bech32
Swift implementation of Bech32 encoding and segwit address format
https://github.com/0xdeadp00l/bech32
bech32 bitcoin segwit
Last synced: about 1 month ago
JSON representation
Swift implementation of Bech32 encoding and segwit address format
- Host: GitHub
- URL: https://github.com/0xdeadp00l/bech32
- Owner: 0xDEADP00L
- License: mit
- Created: 2018-02-13T21:13:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-27T19:06:32.000Z (over 6 years ago)
- Last Synced: 2024-10-01T09:20:38.696Z (about 2 months ago)
- Topics: bech32, bitcoin, segwit
- Language: Swift
- Homepage:
- Size: 7.81 KB
- Stars: 10
- Watchers: 0
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bech32
Base32 address format for native v0-16 witness outputs implementation
[See BIP173 proposal on bitcoin repo](https://github.com/bitcoin/bips/blob/master/bip-0173.mediawiki)
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