Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 770 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 770 Bytes

airlock

Airlock

Airlock is Gnosis Guild's proxy server that masks our api keys.

Supported Chains

  • Mainnet
  • Gnosis
  • Polygon
  • Arbitrum
  • Optimism
  • Avalanche
  • Base

Testnets

  • Sepolia

Current Proxies

  • api/v1/:chainId/rpc - proxies requests to our hosted rpc nodes
  • api/v1/:chainId/moralis - proxies requests to the Moralis indexer api
  • api/v1/subgraph — proxies requests to The Graph subgraph studio
  • api/v1/ipfs — proxies ipfs CID requests through a paid pinata gateway

Running Locally

Copy .env and fill it out with the appropriate secrets. Then run yarn && yarn dev