-
Notifications
You must be signed in to change notification settings - Fork 217
Expand file tree
/
Copy pathCITATION.cff
More file actions
25 lines (25 loc) · 913 Bytes
/
Copy pathCITATION.cff
File metadata and controls
25 lines (25 loc) · 913 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
cff-version: 1.2.0
message: "If you use flow-go in your research or reference it in a publication, please cite it as below."
title: "flow-go: Flow Network Reference Implementation in Go"
abstract: "flow-go is the Go reference implementation of the Flow network, a Layer 1 proof-of-stake blockchain. It implements HotStuff consensus, a multi-role node architecture (Access, Collection, Consensus, Execution, Verification), the Flow Virtual Machine, ledger, networking, and cryptography subsystems."
authors:
- name: "Flow Foundation"
website: "https://flow.com"
repository-code: "https://github.com/onflow/flow-go"
url: "https://flow.com"
license: AGPL-3.0-only
type: software
keywords:
- flow
- flow-network
- blockchain
- layer-1
- proof-of-stake
- consensus
- hotstuff
- byzantine-fault-tolerance
- cadence
- smart-contracts
- reference-implementation
- distributed-systems
- go