Celebtron explain the transaction of Aptos chain.
In this version, we support explain 4 types of transaction below.
- TransferEvent
- AirdropEvent
- SwapEvent
- LiqudityAddedEvent
Disclaimer: For other transaction types are working right now but we haven't tested yet. This is still in development phase.
- OpenAI API key
- Python >= 3.11
- Add
.env
OPENAI_API_KEY=<your-openai-api-key>
or set ENV variable
export OPENAI_API_KEY=<your-openai-api-key>
- Run api server
python server.py