Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```