https://github.com/knarz/redemption-watcher
Monitor Keep network smart contracts for redemptions and make sure proofs are properly submitted
https://github.com/knarz/redemption-watcher
keepnetwork tbtc
Last synced: about 2 months ago
JSON representation
Monitor Keep network smart contracts for redemptions and make sure proofs are properly submitted
- Host: GitHub
- URL: https://github.com/knarz/redemption-watcher
- Owner: knarz
- Created: 2020-09-30T14:23:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-01T00:00:24.000Z (over 4 years ago)
- Last Synced: 2025-02-09T10:10:26.175Z (3 months ago)
- Topics: keepnetwork, tbtc
- Language: JavaScript
- Homepage:
- Size: 61.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Redemption watchdog
This script listens for redemption requests on-chain and then makes sure that
the redemption proof is properly submitted on the Ethereum chain, so that keeps
do not end up being liquidated even though they released custodied BTC properly.listener:
```Bash
$ INFURA_API=APIKEYGOESHERE node --experimental-json-modules listener.js WALLETPASSWORD
```