Hello,

Sign up to join our community!

Welcome Back,

Please login to your account!

Forgot Password,

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

const { sessionId, error } = await sendTransactions({ transactions: [ { value: amount, data: 'Transaction', receiver: receiver }, ], }); Hi, I'm using this sendTransaction Function to send egld to other account. I also have tokens in my wallet and want to sent them to users from my Dapp. Any idea how can i send tokens ?