IndexerDAO / IndexerDAO

3 stars 0 forks source link

Layout Front-End Design #98

Open dylviz opened 1 year ago

dylviz commented 1 year ago

https://ssreina1.wixsite.com/my-site-1

First page navigations will include:

Footer Navigations: Social:

alex-pakalniskis commented 1 year ago

@dylviz is this still open?

dylviz commented 1 year ago

Will revisit this with others to see if everything on this list is still wanted

alex-pakalniskis commented 1 year ago

Some queries that could enhance our site with relevant protocol data:

query IndexerStats {
  indexer(id: "0x223260f3ca014adc40c98d50d5c4178657d53e26") {
    id
    allocatedTokens
    rewardsEarned
    defaultDisplayName
    indexerIndexingRewards
    account {
      balance
    }
    delegatedTokens
    delegatorIndexingRewards
  }
}
query ChainsForAllocations {
  allocations(
    where: {activeForIndexer_: {account: "0x223260f3ca014adc40c98d50d5c4178657d53e26"}}
  ) {
    id
    subgraphDeployment {
      id
      network {
        id
      }
    }
  }
}