Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scrypt-inc/scrypt-ts-lib-btc
Smart contract libraries for BTC
https://github.com/scrypt-inc/scrypt-ts-lib-btc
Last synced: about 1 month ago
JSON representation
Smart contract libraries for BTC
- Host: GitHub
- URL: https://github.com/scrypt-inc/scrypt-ts-lib-btc
- Owner: sCrypt-Inc
- Created: 2024-09-27T06:53:42.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-11-25T10:20:25.000Z (about 2 months ago)
- Last Synced: 2024-11-25T11:26:05.791Z (about 2 months ago)
- Language: TypeScript
- Homepage:
- Size: 90.8 KB
- Stars: 9
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Smart contract libraries for BTC
- Multiplication without `OP_MUL`## Build
```sh
npm run build
```## Testing Locally
```sh
npm run test
```## Run Tests on the Bitcoin Testnet
```sh
npm run test:testnet
```