Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scrypt-inc/scrypt-btc-merkle
https://github.com/scrypt-inc/scrypt-btc-merkle
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/scrypt-inc/scrypt-btc-merkle
- Owner: sCrypt-Inc
- Created: 2024-06-16T07:30:13.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-06-26T10:49:05.000Z (7 months ago)
- Last Synced: 2024-06-26T17:46:00.069Z (7 months ago)
- Language: TypeScript
- Size: 73.2 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sCrypt BTC Merkle
## Build
```sh
npm run build
```## Testing Locally
```sh
npm run test
```## Run Tests on the Bitcoin Testnet
```sh
npm run test:testnet
```