()
| 1031 | } |
| 1032 | |
| 1033 | function 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 | |
| 1042 | async function setup() { |
| 1043 | try { |