first commit

This commit is contained in:
2026-02-09 17:56:39 +08:00
parent a9c1b81aea
commit 78fcb7aa37
6 changed files with 481 additions and 20 deletions

View File

@@ -110,22 +110,4 @@ CryptoKeyPair keyPair = AccountGenerator.loadPEMAccount("account/alice.pem", Cry
- 证书文件
- 群组配置
- 加密类型配置
## 开发环境
- IDE: IntelliJ IDEA推荐
- 操作系统: macOS / Linux / Windows
- Java 版本: JDK 8+
## 许可证
本项目采用开源许可证发布。
## 相关资源
- [FISCO BCOS 官方文档](https://fisco-bcos-documentation.readthedocs.io/)
- [FISCO BCOS Java SDK 文档](https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/sdk/java_sdk/index.html)
## 贡献
欢迎提交 Issue 和 Pull Request 来改进这个项目。
将SDK证书拷贝到Java SDK的示例如下(这里假设SDK证书位于~/fisco/nodes/127.0.0.1/sdk目录)