Kuma token

This a simple example of a token created on the Hyperledger Fabric platform. 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:

This repository exists out of three parts:

  • The network configuration, containing all the crypto stuff, channel artifacts and docker compose files.
  • The chaincode, containing the chaincode itself written in Node.js.
  • The client, which is a simple CLI tool that can be used to interact with the chaincode.