入门
1. Hyperledger Fabric smart contract (chaincode) SDKs
Currently, Node.js and Java support the new smart contract programming model delivered in Hyperledger Fabric v1.4. Support for Go is planned to be delivered in a later release.
2. Hyperledger Fabric application SDKs
Currently, Node.js and Java support the new application programming model delivered in Hyperledger Fabric v1.4. Support for Go is planned to be delivered in a later release.
3. Hyperledger Fabric CA
Hyperledger Fabric provides an optional certificate authority service that you may choose to use to generate the certificates and key material to configure and manage identity in your blockchain network. However, any CA that can generate ECDSA certificates may be used.
Reference
- Docs » Getting Started, https://hyperledger-fabric.readthedocs.io/en/release-1.4/getting_started.html
- https://github.com/hyperledger/fabric-chaincode-node
- https://fabric-shim.github.io/release-1.4/index.html
- https://github.com/hyperledger/fabric-chaincode-java
- https://hyperledger.github.io/fabric-chaincode-java/
- https://github.com/hyperledger/fabric-sdk-node
- https://fabric-sdk-node.github.io/release-1.4/index.html
- https://github.com/hyperledger/fabric-gateway-java
- https://fabric-gateway-java.github.io/
- https://hyperledger-fabric-ca.readthedocs.io/en/latest/
项目源代码
项目源代码会逐步上传到 Github,地址为 https://github.com/windstamp。
Contributor
- Windstamp, https://github.com/windstamp
网友评论