MCPcopy Create free account
hub / github.com/PolymathNetwork/polymath-core / executeApp

Function executeApp

CLI/commands/token_manager.js:49–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47
48// Start function
49async function executeApp() {
50 await showUserInfo(Issuer.address);
51 while (securityToken) {
52 allModules = await getAllModules();
53 await displayTokenData();
54 await displayModules();
55 await selectAction();
56 }
57};
58
59async function displayTokenData() {
60 let displayTokenSymbol = await securityToken.methods.symbol().call();

Callers 1

token_manager.jsFile · 0.70

Calls 5

getAllModulesFunction · 0.85
displayTokenDataFunction · 0.85
displayModulesFunction · 0.85
selectActionFunction · 0.85
showUserInfoFunction · 0.70

Tested by

no test coverage detected