Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Kunstmaan/hyperledger-fabric-kuma-token-example
A simple token created on the Hyperledger Fabric platform
https://github.com/Kunstmaan/hyperledger-fabric-kuma-token-example
Last synced: 13 days ago
JSON representation
A simple token created on the Hyperledger Fabric platform
- Host: GitHub
- URL: https://github.com/Kunstmaan/hyperledger-fabric-kuma-token-example
- Owner: Kunstmaan
- Created: 2018-02-14T16:10:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-29T19:41:35.000Z (over 5 years ago)
- Last Synced: 2024-08-05T01:07:34.529Z (3 months ago)
- Language: JavaScript
- Homepage: https://labs.kunstmaan.be/
- Size: 423 KB
- Stars: 75
- Watchers: 19
- Forks: 33
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-Hyperledger-Fabric - Kuma token - 基于 fabric 发布简单的 token 示例【英文】 (示例 / Token)
README
# Kuma token
This a simple example of a token created on the [Hyperledger Fabric platform](https://hyperledger-fabric.readthedocs.io/en/release/). It exists out of a simple wallet system that can be used to exchange Kuma-tokens and a multisig system that can be used for setting up multisig contracts between users. This example shows how the different tools we created for the Hyperledger Fabric platform can be used:
* [Hyperledger Fabric network setup](https://github.com/Kunstmaan/hyperledger-fabric-network-setup)
* [Hyperledger Fabric chaincode dev setup](https://github.com/Kunstmaan/hyperledger-fabric-chaincode-dev-setup)
* [Hyperledger Fabric Node chaincode utils](https://github.com/Kunstmaan/hyperledger-fabric-node-chaincode-utils)
* [Hyperledger Fabric client utils](https://github.com/Kunstmaan/hyperledger-fabric-client-utils)This repository exists out of three parts:
* [The network configuration](./network), containing all the crypto stuff, channel artifacts and docker compose files.
* [The chaincode](./chaincode), containing the chaincode itself written in Node.js.
* [The client](./client), which is a simple CLI tool that can be used to interact with the chaincode.