Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scrypt-inc/scrypt-btc-vault
Vault smart contract for BTC implemented in sCrypt.
https://github.com/scrypt-inc/scrypt-btc-vault
Last synced: 19 days ago
JSON representation
Vault smart contract for BTC implemented in sCrypt.
- Host: GitHub
- URL: https://github.com/scrypt-inc/scrypt-btc-vault
- Owner: sCrypt-Inc
- Created: 2024-06-11T16:32:23.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-06-28T22:34:37.000Z (7 months ago)
- Last Synced: 2024-11-05T09:36:45.731Z (2 months ago)
- Language: TypeScript
- Size: 94.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sCrypt BTC Vault
## Build
```sh
npm run build
```## Testing Locally
```sh
npm run test
```## Run Tests on the Bitcoin Testnet
```sh
npm run test:testnet
```