Initial commit
parents
Showing
.gitignore
0 → 100644
abis/Drago.json
0 → 100644
docker-compose.yml
0 → 100644
networks.json
0 → 100644
package.json
0 → 100644
{ | ||
"name": "nft-mint-test", | ||
"license": "UNLICENSED", | ||
"scripts": { | ||
"codegen": "graph codegen", | ||
"build": "graph build", | ||
"deploy": "graph deploy --node http://127.0.0.1:50020 polygon/nft-mint-test", | ||
"create-local": "graph create --node http://localhost:8020/ polygon/nft-mint-test", | ||
"remove-local": "graph remove --node http://localhost:8020/ polygon/nft-mint-test", | ||
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 polygon/nft-mint-test", | ||
"test": "graph test" | ||
}, | ||
"dependencies": { | ||
"@graphprotocol/graph-cli": "0.78.0", | ||
"@graphprotocol/graph-ts": "0.32.0" | ||
}, | ||
"devDependencies": { "matchstick-as": "0.5.0" } | ||
} |
schema.graphql
0 → 100644
src/drago.ts
0 → 100644
subgraph.yaml
0 → 100644
tests/drago-utils.ts
0 → 100644
tests/drago.test.ts
0 → 100644
tsconfig.json
0 → 100644
Please register or sign in to comment