- Go to https://thegraph.com/hosted-service/, register a new account using your Github account
- Go to https://thegraph.com/hosted-service/dashboard, -> Add Subgraph, then fill the information. Use: Test Uniswap Graph for name
- Grab your subgraph id. If it is https://thegraph.com/hosted-service/subgraph/hungdoansy/uniswap-v2-experiment, grab hungdoansy/uniswap-v2-experiment
- Clone an example repo or create a new one from CLI
git clone [email protected]:hungdoansy/test-the-graph.git test-uniswap-graph
cd test-uniswap-graph
yarn
to install all dependenciesyarn codegen
to generate files that are needed when writing mappings- Replace your subgraph id in the package.json
- Replace your repo url in SubGraph.yaml
yarn build
- self-explanatory- Grab your access token from https://thegraph.com/hosted-service/dashboard
graph auth --product hosted-service <YOUR_ACCESS_TOKEN>
yarn deploy
Last active
June 16, 2022 03:40
-
-
Save hungdoansy/f25eedf9c165aab9a4d05a1105866390 to your computer and use it in GitHub Desktop.
Deploy a subgraph guide
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment