Open segun-flexible opened 5 months ago
You can get your wallet contract address using contract.address.toString()
Memo is a comment on transactions coming to the wallet, the wallet does not have such a parameter. It is necessary to identify the recipient of the transfer to exchanges, for example
You can get your wallet contract address using
contract.address.toString()
Memo is a comment on transactions coming to the wallet, the wallet does not have such a parameter. It is necessary to identify the recipient of the transfer to exchanges, for example
I try to send Ton from my wallet I created to another wallet on Bybit, they required me to send input Memo while sending, but since there is no place to input memo In my code, I just send it like that without putting the memo, till today I didn't see the Ton inside my Bybit account
const { TonClient, WalletContractV4, internal } = require("@ton/ton"); const { mnemonicNew, mnemonicToPrivateKey } = require("@ton/crypto");