Installation
Set up your environment to run the ObsiFlow Verifier Node and interact with the Truth-to-Transaction protocol.
Prerequisites
- Node.js v18+
- Docker & Docker Compose (for Verifier Nodes)
- Access to Coston2 Testnet (Flare Network)
- Google Cloud Account (for TEE deployment - optional for dev)
Install the CLI
The ObsiFlow CLI is the primary tool for interacting with the protocol, managing nodes, and querying verification proofs.
# Install globally via npm
npm install -g @obsiflow/cli
npm install -g @obsiflow/cli
Clone the Repository
ObsiFlow is open source. Clone the repository to get started with development.
git clone https://github.com/fahmmin/obsiflow-core.git
cd obsiflow
npm install
cd obsiflow
npm install
infoOpen Source
ObsiFlow is open source and available on GitHub. Contributions are welcome!
View on GitHub →