This subgraph aims to index the data generated by the smart contracts of Verax.
Our subgraph is deployable on all the networks where Verax is deployed.
You can replace XXX
by the name of the networks you want to work on in the commands below:
linea-goerli
linea-mainnet
arbitrum-goerli
arbitrum-one
- Copy the .env.example file to a .env file
- Fill
DEPLOY_ENDPOINT_XXX
with the endpoint(s) dedicated to network(s) you want to work on - Fill
IPFS_ENDPOINT
with your IPFS endpoint (you can get one for free via Infura) - Fill
IPFS_IDENTIFIERS
with your IPFS identifiers (you can get them for free via Infura).
Note: You need to encode your identifier and secret key to Base64, following this format: IDENTIFIER:SECRET
.
pnpm run create:XXX
pnpm run build:XXX
pnpm run deploy:XXX