Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
F

flow

> 编程语言
Open source

Flow is a Layer 1 proof-of-stake blockchain built for consumer applications, AI Agents, and DeFi at scale. Repo hub for the Flow network

359 stars0 likes0 views
WebsiteGitHub

About

Flow is a Layer 1 proof-of-stake blockchain built for consumer applications, AI Agents, and DeFi at scale. Repo hub for the Flow network

flow — The Flow Network

Flow is a Layer 1 proof-of-stake blockchain built for consumer applications, AI Agents, and DeFi at scale. This repository is the central hub for the Flow network: protocol specifications, interface definitions, node operator documentation, governance agendas, and the historical record of mainnet sporks.

TL;DR

  • What: Central metadata repository for the Flow network — specs, protobuf and OpenAPI interfaces, node operator docs, and spork history.
  • Who it's for: Protocol contributors, node operators, integrators, and researchers referencing the Flow network.
  • Why use it: Single source of truth for Flow interface definitions and protocol reference material.
  • Status: see Releases for the latest tagged version.
  • License: Apache-2.0.
  • Related repos: onflow/flips · onflow/flow-go · onflow/cadence
  • The reference meta-repository for the Flow network, open-sourced since 2020.

Overview

  • High-level overview of the Flow protocol: Flow primer.
  • In-depth technical details: Flow technical papers.
  • Developer tutorials, SDKs, and API reference: developer portal.
  • Cadence smart contract language: cadence-lang.org.

What is in this repository

Path Contents
protobuf/ Flow protobuf schema and generated Go bindings, plus Gradle tooling for other languages. See protobuf/README.md.
openapi/ OpenAPI definitions for the Flow Access API REST surface. See openapi/README.md.
specs/ Protocol specifications, including the access node architecture.
flips/ Historical FLIPs tracked in this repo. New FLIPs are proposed at onflow/flips.
nodeoperators/ Reference material for running Flow nodes.
agendas/ Meeting agendas and notes for protocol and community working groups.
docs/ Long-form documentation tracked in this repo.
sporks.json Machine-readable record of all Flow mainnet and testnet sporks, including access endpoints, root heights, and protocol versions.

Flow Improvement Proposals

New protocol, standards, and tooling proposals are handled through the Flow Improvement Proposal (FLIP) process. Open new FLIPs at github.com/onflow/flips.

FAQ

What is the Flow network? Flow is a Layer 1 proof-of-stake blockchain designed for consumer applications, AI Agents, and DeFi at scale. See the primer for a high-level overview.

What is in this repository versus onflow/flow-go? This repository hosts protocol specifications, interface definitions, and governance metadata. onflow/flow-go hosts the reference Go implementation of the Flow protocol.

Where do I go for developer documentation? The Flow developer portal covers SDKs, tutorials, and API references. Cadence-specific documentation is on cadence-lang.org.

Where do I propose a protocol change? Open a Flow Improvement Proposal at github.com/onflow/flips.

What is sporks.json used for? sporks.json is a machine-readable record of all Flow mainnet and testnet sporks. Tooling and SDKs use it to look up network endpoints and protocol versions.

How do I generate Flow protobuf client bindings? See protobuf/README.md for generation instructions using buf and the included Gradle tooling.

How do I report a security vulnerability? See SECURITY.md for responsible disclosure instructions. Do not file public issues for security vulnerabilities.

About Flow

This repo is part of the Flow network, a Layer 1 blockchain built for consumer applications, AI Agents, and DeFi at scale.

  • Developer docs: https://developers.flow.com
  • Cadence language: https://cadence-lang.org
  • Community: Flow Discord · Flow Forum
  • Governance: Flow Improvement Proposals

Issues· 0 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

Goblockchaincadenceconsumer-appsflow

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言