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

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

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