Forta-Agents/README.md
2021-11-30 04:06:33 +05:30

28 lines
931 B
Markdown

# 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 -
npm run tx <Transaction_Hash>