Bunch of simple scripts to create a wallet, check the wallend and send TON coins on the testnet.
.env
file or share your mnemonic phrase. These are sensitive credentials that control access to your wallet.
-
Clone the repository:
git clone <repository-url> cd ton-wallet-testnet
-
Install dependencies:
npm install
-
Create your
.env
file:cp .env.example .env
-
Edit the
.env
file with your credentials:- Add your wallet mnemonic phrase
- Set the recipient address
- Set the amount of TON to send
Run the script:
npx ts-node <file-name>.ts
- Keep your mnemonic phrase secure and never share it
- Use different wallets for development and production
- Regularly check your wallet's transaction history
- Consider using a hardware wallet for significant amounts
MIT