Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/gregdhill/bech32-sol
- Owner: gregdhill
- Created: 2020-07-07T16:01:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-07T16:02:25.000Z (over 4 years ago)
- Last Synced: 2024-10-23T03:09:18.841Z (27 days ago)
- Topics: bech32, bitcoin, solidity
- Language: TypeScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```