Skip to main content

Getting started

  1. In the Ormi dashboard, click 0xGraph
  2. Expand the Migrate from contract address section
0xGraph graph init
Note: If you already deployed a subgraph, click on Deploy Subgraph for the window to pop up.
0xGraph graph init
For this example, we’ll use VaultBridge’s Bridged USDC:
  • Contract address: 0x203A662b0BD271A6ed5a60EdFbd04bFce608FD36
  • Network: Katana
  • Name: katana-vbusdc
  • Version: v.1
0xGraph graph init
Note: If the ABI cannot be auto-fetched, you may need to upload it manually. For vbUSD, you will need to fetch the implementation contracts’ ABI, so head over to Katanascan and search for the vbUSD contract.

Fetching a contract’s ABI

Click on the Contract tab

0xGraph graph init

Click Read or Write as Proxy Tab

0xGraph graph init
Implementation contract address: 0x5e875267f65537768435C3C6C81cd313a570B422

Click on the implementation contract and press the contract tab

0xGraph graph init

Scroll down to the bottom, and copy the Contract ABI.

0xGraph graph init

Paste the Contract ABI into this section and press submit

0xGraph graph init
Once submitted, the system will process your request. When it finishes loading, you’ll be taken to the next screen.
0xGraph graph init
When your subgraph finishes syncing, you can start querying immediately by clicking the graphql link.

Next steps

I