├── README.md ├── STC-WALLET.exe └── STCwallet-MAC /README.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | We have developed a simple STC wallet under testnet. It looks like DOS style, but including core function 4 | 5 | Create address, 6 | Create mnemonic (EN, CN, KO) 7 | Import/ export mnemonic , 8 | Transfer /receive STC coin, 9 | Balance checking 10 | ... 11 | 12 | Now we release the wallet demo to the public. You can try it now. 13 | 14 | Thanks to STC official developers for offering internal test api and some technical documents. 15 | 16 | https://ls1.io/we-have-de1/ 17 | -------------------------------------------------------------------------------- /STC-WALLET.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LS1-develop/STC-WALLET-Testnet/f3c56cdcef0acaf0bf7a087715034925c1d11931/STC-WALLET.exe -------------------------------------------------------------------------------- /STCwallet-MAC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LS1-develop/STC-WALLET-Testnet/f3c56cdcef0acaf0bf7a087715034925c1d11931/STCwallet-MAC --------------------------------------------------------------------------------