token

command
v0.0.0-...-b3cf803 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 5, 2021 License: MIT Imports: 4 Imported by: 0

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

Overview

*

  • Allows the managing of multiple tokens *
  • Token1 x 0
  • Token1 x 10
  • Token2 y 5 * *

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL