For quick start you may use
yarn all
yarn
yarn codegen
yarn build
rm -r .data/postgres
yarn start:docker
Below there are some exapmles of query. See the full list in docs.
query {
_metadata {
lastProcessedHeight
lastProcessedTimestamp
targetHeight
chain
indexerHealthy
}
createTasks {
nodes {
blockHeight
sender
interval
boundary
stopOnFail
actions
rules
}
totalCount
}
registerAgents {
nodes {
blockHeight
payableAccountId
sender
}
totalCount
}
checkInAgents {
nodes {
blockHeight
sender
}
totalCount
}
updateAgents {
nodes {
blockHeight
payableAccountId
}
}
proxyCalls {
nodes {
blockHeight
}
}
withdrawRewards {
nodes {
blockHeight
}
}
registerAgents {
nodes {
blockHeight
}
}
moveBalances {
nodes {
blockHeight
}
}
updateSettings {
nodes {
blockHeight
agentFeeDenom
agentFeeAmount
}
}
refillTaskBalances {
nodes {
blockHeight
taskHash
}
}
removeTasks {
nodes {
blockHeight
taskHash
}
}
}