- ERC721
- ERC1155
- CryptoPunks -> non-standard
- CryptoKitties -> non-standard
More about subgraphs and The Graph protocol you can find here.
-
install the graph cli with npm:
npm install -g @graphprotocol/graph-cli
or with yarnyarn global add @graphprotocol/graph-cli
-
authenticate with the graph studio:
graph auth --studio **YOUR_DEPLOY_KEY_HERE**
-
build the graph
graph codegen && graph build
-
deploy to studio
graph deploy --studio **YOUR_SUBGRAPH_SLUG_NAME_HERE**
Can also publish to the decentralized network. Publish and curate by staking GRT tokens.