Skip to content

fabric-smart-client · 术语表

仅收录本仓库源码 / README / docs 中明确出现的术语。

术语含义出处
业务流程(Business Process)相关且结构化的活动集合,由业务方承担,特定步骤序列服务特定业务目标docs/core-concepts.md:6-11
ContextView 执行环境,暴露服务、Session 与 RunView 等能力platform/view/view/context.go:95-138
CC-BY-4.0文档许可证README.md:64
Common Driverplatform/common/driver/ 下的统一接口集(KVS、Vault、RWSet、Committer 等)platform/common/driver/
EndorserFabric Execution 阶段执行链码并签名提案的角色docs/core-concepts.md:28-43
FactoryView 工厂,NewView(in []byte) (view.View, error)platform/view/services/view/factory.go:14-17
FSCFabric Smart Client 缩写README.md:1-9
FSC Network多个 FSC Node 构成的网络,与 Fabric 网络并存docs/core-concepts.md:90-97
FSC Node运行 FSC 栈的节点docs/core-concepts.md:90-97
FSC StackView Platform + Fabric Platform + Fabric-x Platformdocs/core-concepts.md:106-133
fsccliFSC 主 CLI;6 个子命令(artifactgen / cryptogen / view / hsm / validate / versioncmd/fsccli/main.go:24-31
Identity低层身份的字节容器(identity.Identity 别名,底层 []byte),可包装 X.509 / ECDSA / Idemixplatform/view/view/identity.go:14docs/core-concepts.md:74-77
Idemix隐私凭证;通过 IBM/idemix 依赖集成go.mod
Initiator协议中主动发起方的 Viewintegration/fsc/pingpong/README.md:41-71
integration.Generate集成测试基础设施生成函数integration/fsc/pingpong/README.md:343-352
nwo网络编排框架,生成拓扑 / 配置 / 加密材料integration/nwo/
OSNOrdering Service Nodedocs/core-concepts.md:28-43
platform/common共享驱动、配置、KVSplatform/common/
platform/fabricFabric 集成platform/fabric/
platform/fabricxFabric-x 支持(实验阶段)platform/fabricx/docs/platform/fabric-x/README.md:2
platform/view核心运行时(View / Context / Session / Registry / ViewManager)platform/view/
RegistryView 工厂与响应者注册表platform/view/services/view/registry.go:26-33
Responder协议中响应方的 Viewintegration/fsc/pingpong/README.md:102-134
RunViewContext.RunView(view, opts...) 启动子 Viewplatform/view/view/context.go:104-105
Session两方间的双向通信信道,唯一 ID,有生命周期platform/view/view/session.go:65-85docs/core-concepts.md:80-88
SpanStarterOpenTelemetry 集成接口(Context 嵌入)platform/view/view/context.go:89-92
SPMState-Based Programming Model API(Fabric platform 提供,以业务对象替代直接操作 RWSet)docs/core-concepts.md:124-126
StreamCommandView 服务的双向流命令协议platform/view/services/view/grpc/server/protos/service.proto
Topologynwo 框架中网络拓扑定义integration/fsc/pingpong/README.md:205-218
Vaultplatform/common/driver/vault.go 定义的接口platform/common/driver/vault.go
ViewCall(ctx Context) (interface{}, error) 接口;业务流程中一方的计算单位platform/view/view/view.go:10-14docs/core-concepts.md:66-74
ViewManager创建 / 启动 View、删除 Context 的管理器platform/view/services/view/grpc/server/vm.go:16-25
ViewPacketcomm 通信消息类型platform/view/services/comm/messages.proto
ViewServiceView 服务 gRPC 接口platform/view/services/view/grpc/server/protos/service.proto

TIP

跨包通用术语见 overview/glossary;Token 业务示例见 fabric-token-sdk