parallel-finance / liquid-staking-subql

MIT License
1 stars 0 forks source link

v1 checklist #1

Closed GopherJ closed 2 years ago

GopherJ commented 2 years ago
SystemKeyStats Table
{
  exchangeRate
  reserveFactor
  marketCap
  totalReserves
  timestamp
  height
  blockHash
  totalLocked => may need relaychain & parachain connection
  totalStakers => uniq(Stakes.map(s => s.who))
}
GopherJ commented 2 years ago

Architecture

SubQL offers a GraphQL index service, then liquid-staking-service can send graphql request for offering http services