Bitcoin SV 是比特币的原始版本,它严格遵循中本聪的设计理念,致力于保留比特币作为货币的核心功能。本项目的 BSV 网络协议文档详细介绍了协议细节、交易结构以及网络节点的操作规范。
你可以通过以下步骤快速上手 BSV 网络协议项目:
git clone https://github.com/b-open-io/bsv-mcp.git
cd bsv-mcp
bun install
# 或使用 npm
npm install
bun run index.ts
# 或使用 npm
npm run start
以下是一些常见操作的示例:
bsvaccount create --network mainnet
bsvenode connect --network testnet
bsvenode generate-transaction --from 0 --to 1ExampleBsvAddressXXXXXXXX --amount 0.5
bsvutil verify-signature --tx-hash a1b2c3d4e5f6...
要参与开发或本地运行该项目,你需要进行以下操作:
git clone https://github.com/b-open-io/bsv-mcp.git
cd bsv-mcp
bun install
# 或使用 npm
npm install
bun run index.ts
# 或使用 npm
npm run start
bun test
# 或使用 npm
npm test
该项目在 MIT 许可证下开源,详情请参阅 LICENSE 文件。