Contract Groups and Live Tables for the Elixir Protocol on Spec.
The Elixir Namespace: https://spec.dev/elixir 🚀
The most common workflow on Spec involves:
- Syncing your contracts to Spec
- Adding contract events as Live Tables
- Writing custom, higher-level, Live Tables
- Running your Live Tables locally
This repository also contains a spec project (.spec/
) with a few Live Tables already added to its schema:
deposit
— All deposit events from the Vertex Manager contract (both event versions)queued
— All queued events from the Vertex Manager contract (both event versions)claim_event
— All claim events from the Vertex Manager contracttransaction
— 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.