You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract.
3
+
Graph Horizon is the next evolution of the Graph Protocol.
4
4
5
-
Try running some of the following tasks:
5
+
## Deployment
6
6
7
-
```shell
8
-
npx hardhat help
9
-
npx hardhat test
10
-
REPORT_GAS=true npx hardhat test
11
-
npx hardhat node
12
-
npx hardhat run scripts/deploy.ts
7
+
We use Hardhat Ignition to deploy the contracts. To build and deploy the contracts run the following commands:
0 commit comments