Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

token-minter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Token minter

This is the simple GUI utility for minting tokens based on Indy-Sdk and Libsovtoken libraries.

Prerequisites

System Dependencies

Data

  • Wallet with a DID on that ledger. This can be done using the Indy-CLI.
  • Other configuration options are pulled from a shared file so that all trustees use the same values. The configuration file is specified in src.constants.CONFIG_URL

Run

`python3 run.py`

Installation