Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolymathNetwork/polymath-core
/ token_manager.js
File
token_manager.js
CLI/commands/token_manager.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
// Libraries for terminal prompts
2
const
readlineSync = require(
'readline-sync'
);
3
const
chalk = require(
'chalk'
);
4
const
stoManager = require(
'./sto_manager'
);
Callers
nothing calls this directly
Calls
3
multiMint
Function · 0.85
initialize
Function · 0.70
executeApp
Function · 0.70
Tested by
no test coverage detected