Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/getbitpocket/crypto-regex
regular expressions for cryptocurrencies
https://github.com/getbitpocket/crypto-regex
bitcoin bitcoin-regex crypto-regex cryptocurrencies regular-expression
Last synced: 1 day ago
JSON representation
regular expressions for cryptocurrencies
- Host: GitHub
- URL: https://github.com/getbitpocket/crypto-regex
- Owner: getbitpocket
- License: bsd-2-clause
- Created: 2017-03-15T09:19:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-01T14:27:39.000Z (over 7 years ago)
- Last Synced: 2024-10-15T02:31:44.136Z (about 1 month ago)
- Topics: bitcoin, bitcoin-regex, crypto-regex, cryptocurrencies, regular-expression
- Language: JavaScript
- Size: 4.88 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/getbitpocket/crypto-regex.svg?branch=master)](https://travis-ci.org/getbitpocket/crypto-regex)
# crypto-regex
> regular expressions for cryptocurrencies
## regular expressions
- bitcoin-address
- bitcoin-uri
- bitcoin-xpub-key
- testnet-address
- testnet-uri
- testnet-tpub-key## install project
`npm i crypto-regex --save`
## test project
`npm test`