Home - FlipsideCrypto/fsc-evm GitHub Wiki
Home of internal documentation for the Flipside EVM (Ethereum Virtual Machine) dbt models and functions.
Please reference the README for more details not covered in the Wiki.
Fsc-evm is a dbt-based framework and package that standardizes the ingestion, transformation, and modeling of EVM blockchain data, enabling Flipside to efficiently scale data support across multiple blockchain networks while maintaining consistent data structures, standardized functions and powerful tooling alongside an easy to use, novel variable management system.
-
Release Tracking
- Issues and Tickets that cover fsc-evm requested enhancements, features, bugs and long term planning.
- Document new macros, models and guides using the templates
- Add new pages when applicable and follow page naming convention strictly
- Page name format:
<GROUP>: <SECTION>: <NAME>
-
GROUP
: Examples includeStart Here
,Models
,Macros
,General
etc. -
SECTION
: Examples includeCore
,Prices
, etc. -
NAME
: Use best judgement here. Example,Prices Pipeline
.
- Page name format:
- The wiki is organized by
_package
- Update the sidebar for each new page / section. NOTE:
GROUP
's andSECTION
's should only be added when necessary. Most new pages should be under an existingGROUP
orSECTION
. - Macros, Models and Guides should be organized under the applicable
_package
. This is typically dictated by folder location / path in the fsc-evm repo, but is subject to vary. If a document applies to multiple packages, it should either live under theGlobal
section or should be broken up into multiple topics/documents and organized accordingly.
- Update the sidebar for each new page / section. NOTE: