Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pinax-network/subgraph-alien-worlds
Subgraph - Alien Worlds
https://github.com/pinax-network/subgraph-alien-worlds
Last synced: about 2 months ago
JSON representation
Subgraph - Alien Worlds
- Host: GitHub
- URL: https://github.com/pinax-network/subgraph-alien-worlds
- Owner: pinax-network
- License: mit
- Created: 2024-09-10T16:22:44.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T05:33:59.000Z (4 months ago)
- Last Synced: 2024-09-15T09:35:28.379Z (4 months ago)
- Language: Makefile
- Size: 547 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Subgraph: `Alien Worlds`
> Transactions, Decoded Actions & Database Operations
>
> [`sf.antelope.type.v1.Block`](https://buf.build/pinax/firehose-antelope/docs/main:sf.antelope.type.v1)- [x] **Blocks**
- [x] **Transactions**
- [x] **Actions**
- [x] **Authorization**
- [x] **Receiver**
- [x] **DatabaseOperations**## Smart Contracts
- `stkvt.worlds`
- `index.worlds`
- `awlndratings`
- `alien.worlds`
- `msig.worlds`
- `boost.worlds`
- `dao.worlds`
- `m.federation`
- `other.worlds`
- `s.federation`
- `federation`
- `token.worlds`
- `uspts.worlds`## Subgraph
- **API Key**:
- **Base URL**:
- **Subgraph ID**: `4UETM9eMQ4Y4otae5sjJscniNhmDUhCDwWTfXm6Tpm14`
- **Subgraph NFT**: `23317001931136309735161165219853275934923531233862675639721744478109748611915`
- **Query URL format**: `{base_url}`/api/`{api-key}`/subgraphs/id/`{subgraph_id}`## GraphQL
```graphql
{
actions(
orderBy: block__number
orderDirection: desc
) {
block{
number
time
}
transaction {
id
}
account
name
jsonData
dbOps {
code
tableName
primaryKey
newDataJson
}
}
}
```