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

Function welcome

CLI/commands/sto_manager.js:1033–1040  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1031}
1032
1033function welcome() {
1034 common.logAsciiBull();
1035 console.log("****************************************");
1036 console.log("Welcome to the Command-Line STO Manager.");
1037 console.log("****************************************");
1038 console.log("The following script will allow you to manage STOs modules.");
1039 console.log("Issuer Account: " + Issuer.address + "\n");
1040}
1041
1042async function setup() {
1043 try {

Callers 1

initializeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected