command
Version:
v0.0.0-...-b3cf803
Opens a new window with list of versions in this module.
Published: Dec 5, 2021
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Exercise
TO BE FIXED
- Setup a chaincode that can maintain multiple tokens
- AddToken - will create a token
Args=["Token Name", "Initial-Value"]
- GetToken - will get the current value of token
Args=["Token Name"]
- DelToken - will delete the token
Args=["Token Name"]
- AddToToken - adds passed value to the specified token
Args=["Token Name", "number"]
- SubtractFromToken - subtracts passed value from the specified token
Args=["Token Name", "number"]
Documentation
¶
*
- Allows the managing of multiple tokens
*
- Token1 x 0
- Token1 x 10
- Token2 y 5
*
*
Source Files
¶
Click to show internal directories.
Click to hide internal directories.