1 个仓库
Coordinated deployment and management of blockchain nodes and supporting services using containers.
Distinct from Platform as a Service: None of the candidates focus on the orchestration of local development containers for nodes and databases.
Explore 1 awesome GitHub repository matching devops & infrastructure · Node Orchestration. Refine with filters or upvote what's useful.
Bitcore 是一个区块链开发框架和一组库,用于构建与比特币网络和其他区块链协议交互的应用程序。它提供了一个多链加密货币钱包实现、一个用于同步分布式账本数据的点对点客户端,以及一个用于构建、签名和广播交易的交易编排器。 该框架具有一个标准化的 JSON-RPC 包装器,用于规范应用程序与不同区块链节点 API 之间的通信。它实现了从单个种子短语派生密钥和地址的分层确定性钱包,并为多重签名钱包和阈值签名提供了特定的协调逻辑。 该项目涵盖了广泛的基础设施和安全功能,包括点对点网络、将区块链数据索引到本地数据库以及离线交易签名。它还包括用于管理支付通道、跟踪钱包余额以及编排容器化节点环境以进行集成测试的工具。
Provides container-based orchestration to deploy blockchain nodes and databases for standardized local development.