Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.38 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.38 KB

Elixir x Spec

Contract Groups and Live Tables for the Elixir Protocol on Spec.

The Elixir Namespace: https://spec.dev/elixir 🚀

elixir

Preview

▶️ 🍿 Turn contract addresses to Live Postgres Tables in 2 minutes

Workflow

The most common workflow on Spec involves:

  1. Syncing your contracts to Spec
  2. Adding contract events as Live Tables
  3. Writing custom, higher-level, Live Tables
  4. Running your Live Tables locally

Quickstart

This repository also contains a spec project (.spec/) with a few Live Tables already added to its schema:

  1. deposit — All deposit events from the Vertex Manager contract (both event versions)
  2. queued — All queued events from the Vertex Manager contract (both event versions)
  3. claim_event — All claim events from the Vertex Manager contract
  4. transaction — All transactions to or from the Vertex Manager contract

To instantly get up and running with these 4 Live Tables, jump straight to the running spec guide.