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

Function executeApp

CLI/commands/permission_manager.js:15–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13let isNewDelegate = false;
14
15async function executeApp() {
16
17 common.logAsciiBull();
18 console.log("***********************************************");
19 console.log("Welcome to the Command-Line Permission Manager.");
20 console.log("***********************************************");
21 console.log("Issuer Account: " + Issuer.address + "\n");
22
23 await setup();
24
25 try {
26 await selectST();
27 await addPermissionModule();
28 await changePermissionStep();
29 } catch (err) {
30 console.log(err);
31 return;
32 }
33};
34
35async function setup(){
36 try {

Callers 1

Calls 4

selectSTFunction · 0.85
addPermissionModuleFunction · 0.85
changePermissionStepFunction · 0.85
setupFunction · 0.70

Tested by

no test coverage detected