l1kw1d / polkadot-watcher-transaction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CircleCI

polkadot-watcher-transaction

How to Run

Requirements

git clone https://github.com/w3f/polkadot-watcher-csv-exporter.git
cd polkadot-watcher-csv-exporter
cp config/main.sample.yaml config/main.yaml 
#just the first time

yarn
yarn build
yarn start

About

The application consits of a scanner that can be configured to start from a configured block number, and then it keeps monitoring the on-chain situation delivering alerts to a notifier. For instance, you can deliver the alerts to a matrixbot instance, which will forward the message to a Matrix/Synapse channel.

Monitoring Features

Configuration

A sample config file is provided here

About

License:Apache License 2.0


Languages

Language:TypeScript 94.3%Language:Shell 4.5%Language:JavaScript 0.8%Language:Dockerfile 0.3%