Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scrypt-inc/demo-bitvm
https://github.com/scrypt-inc/demo-bitvm
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/scrypt-inc/demo-bitvm
- Owner: sCrypt-Inc
- Created: 2024-01-06T07:57:39.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-16T14:57:06.000Z (10 months ago)
- Last Synced: 2024-11-05T09:37:00.699Z (2 months ago)
- Language: TypeScript
- Size: 97.7 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sCrypt Smart Contracts on BTC Demo
## Build
```sh
npm run build
```## Test Locally
```sh
npm run test
```## Run Tests on the BTC Testnet
```sh
npm run test:testnet
```