Please refer to the documentation website for a thorough guide on all Envio indexer features
pnpm envio dev
Visit http://localhost:8080 to see the GraphQL Playground, local password is testing
.
query MyQuery {
Pair_AmountSwapped {
amountAIn
amountAOut
amountBIn
amountBOut
caller
_receiver
}
}