Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hyperledgendary/fabric-ccaas-asset-transfer-basic
Runs the asset-transfer-basic chaincode reference as a service.
https://github.com/hyperledgendary/fabric-ccaas-asset-transfer-basic
Last synced: 3 months ago
JSON representation
Runs the asset-transfer-basic chaincode reference as a service.
- Host: GitHub
- URL: https://github.com/hyperledgendary/fabric-ccaas-asset-transfer-basic
- Owner: hyperledgendary
- Created: 2021-09-30T14:49:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-21T11:48:36.000Z (almost 3 years ago)
- Last Synced: 2024-04-17T19:39:29.722Z (10 months ago)
- Language: Go
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fabric-external-asset-transfer-basic
This project serves as a guide for running the [asset-transfer-basic](https://github.com/hyperledger/fabric-samples/tree/main/asset-transfer-basic/chaincode-external)
[Chaincode as a Service](https://hyperledger-fabric.readthedocs.io/en/latest/cc_service.html) and using [Chaincode External Builders](https://hyperledger-fabric.readthedocs.io/en/latest/cc_launcher.html)
configured for Kubernetes.A sample integration is available with the [Kubernetes Test Network](https://github.com/jkneubuh/fabric-samples/tree/main/test-network-k8s)
## Quickstart
```shell
docker run \
--rm \
-e CHAINCODE_SERVER_ADDRESS=0.0.0.0:9999 \
-e CHAINCODE_ID=basic_1.0:e47a28f7406718bb0c6cefb00a6a6167099bf2d426e802d417f54c32d1a1ea1b \
-p 9999:9999 \
ghcr.io/hyperledgendary/fabric-external-asset-transfer-basic
```## Building the Image
## Publishing the Image
## Updating the Chaincode Deployment