Skip to content

Commit

Permalink
subraph commands in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fala13 committed Jun 1, 2024
1 parent d25a17d commit 7e043f1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,13 @@ yarn start
```

Visit your app on: `http://localhost:3000`. You can interact with your smart contract using the `Debug Contracts` page. You can tweak the app config in `packages/nextjs/scaffold.config.ts`.

* Subraph commands:
```
yarn deploy --reset
yarn clean-node
yarn local-create
yarn abi-copy && yarn codegen
yarn local-ship
```
And then check in subgraph page

0 comments on commit 7e043f1

Please sign in to comment.