()
| 654 | } |
| 655 | |
| 656 | function 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 | |
| 665 | async function selectToken() { |
| 666 | let result = null; |