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

Function welcome

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

Source from the content-addressed store, hash-verified

654}
655
656function welcome() {
657 common.logAsciiBull();
658 console.log(`*****************************************`);
659 console.log(`Welcome to the Command-Line Token Manager`);
660 console.log(`*****************************************`);
661 console.log("The following script will allow you to manage your ST-20 tokens");
662 console.log("Issuer Account: " + Issuer.address + "\n");
663}
664
665async function selectToken() {
666 let result = null;

Callers 1

initializeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected