Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pinax-network/subgraph-satoshi-gaming-group
Subgraph - Satoshi Gaming Group
https://github.com/pinax-network/subgraph-satoshi-gaming-group
subgraph
Last synced: about 2 months ago
JSON representation
Subgraph - Satoshi Gaming Group
- Host: GitHub
- URL: https://github.com/pinax-network/subgraph-satoshi-gaming-group
- Owner: pinax-network
- License: mit
- Created: 2024-09-10T01:02:56.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-16T15:32:53.000Z (4 months ago)
- Last Synced: 2024-09-16T18:42:36.909Z (4 months ago)
- Topics: subgraph
- Language: Makefile
- Homepage: https://thegraph.com/explorer/subgraphs/2s2nR9EC2j1jHJRZHJhLWq5Rm9SZTWawWfA9ec4vX9hn?view=Query&chain=arbitrum-one
- Size: 459 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Subgraph: `Satoshi Gaming Group`
> Transactions, Decoded Actions & Database Operations
- [x] **Blocks**
- [x] **Transactions**
- [x] **DatabaseOperations**
- [x] **Actions**
- [x] **Authorization**
- [x] **Receiver**## Smart Contracts
- `txtprotocol1`
- `txtprotocol2`## Subgraph
- **API Key**:
- **Base URL**:
- **Subgraph ID**: [`2s2nR9EC2j1jHJRZHJhLWq5Rm9SZTWawWfA9ec4vX9hn`](https://thegraph.com/explorer/subgraphs/2s2nR9EC2j1jHJRZHJhLWq5Rm9SZTWawWfA9ec4vX9hn?view=Query&chain=arbitrum-one)
- **Subgraph NFT**: [`12517658201633719642278347815944635152155911847762350617155529067133237037437`](https://arbiscan.io/nft/0x3fbd54f0cc17b7ae649008deea12ed7d2622b23f/12517658201633719642278347815944635152155911847762350617155529067133237037437)
- **Query URL format**: `{base_url}`/api/`{api-key}`/subgraphs/id/`{subgraph_id}`## GraphQL
```graphql
{
actions(
orderBy: block_number
orderDirection: desc
) {
block_number
timestamp
transaction {
id
}
account
name
jsonData
dbOps {
code
tableName
primaryKey
newDataJson
}
}
}
```