Airlock is Gnosis Guild's proxy server that masks our api keys.
See: ./src/lib/chains.ts
api/v1/:chainId/rpc
- proxies requests to our hosted rpc nodesapi/v1/:chainId/moralis
- proxies requests to the Moralis indexer apiapi/v1/subgraph
— proxies requests to The Graph subgraph studioapi/v1/ipfs
— proxies ipfs CID requests through a paid pinata gateway
Copy .env
and fill it out with the appropriate secrets. Then run yarn && yarn dev