Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gregdhill/bech32-sol

Bech32 (Solidity)
https://github.com/gregdhill/bech32-sol

bech32 bitcoin solidity

Last synced: 6 days ago
JSON representation

Bech32 (Solidity)

Awesome Lists containing this project

README

        

# Bech32 Solidity

- https://en.bitcoin.it/wiki/Bech32
- https://github.com/bitcoin/bips/blob/master/bip-0173.mediawiki

## Install & Test

```bash
yarn install
yarn build
yarn test
```