Forta-Agents/README.md

29 lines
938 B
Markdown
Raw Permalink Normal View History

2021-11-29 22:36:33 +00:00
# Instadapp-forta-agents
## Agent List
Connector Contract Event Agent : Track these 3 events : add, remove & update.
Implementation Contract Event Agent : Track these 3 events : add, remove & setDefault.
Governance Event Agent : Track these 3 proposal events : execute, propose, queue.
High INST Movements : Detects Transactions with large INST Transfers (100k)
Token_tracking Agent : High volume of DAI and USDC tokens moving in and out of per DSA ($1M USD, but flexible)
## Run
Before run the agent to see how it works with real data, specify the JSON-RPC provider in the forta.config.json file. Uncomment the jsonRpcUrl property and set it to a websocket provider (e.g. wss://mainnet.infura.io/ws/v3/) if deploying in production, els use HTTP provider if testing with jest. Then ready to run the agent.
```
npm start
```
## Test Data
For verifying agent behaviour with transactions -
2021-12-01 20:06:54 +00:00
```
2021-11-29 22:36:33 +00:00
npm run tx <Transaction_Hash>
2021-12-04 10:00:24 +00:00
```