Flask app to listen for Solana transaction webhooks and save raw JSON to MongoDB.
MONGO_HOST
: MongoDB hostMONGO_PORT
: MongoDB portMONGO_USER
: MongoDB usernameMONGO_PWD
: MongoDB passwordMONGO_DB
: MongoDB database name (MONGO_USER should authenticate to this DB and have read/write access)MONGO_COLLECTION
: MongoDB collection name
MONGO_TLS
: MongoDB TLS required (True/False)
- _id: $SOL txn id
- timestamp: $SOL txn blocktime
- txn: $SOL txn raw JSON