🔶 nodeJS

🪨 etherJS

There are two available examples. One is how to send HRC20 Tokanes using a private key directly using a backend application and the other one has a minimalistic fronend and requires wallet verification to send HRC20 tokens using the MetaMask wallet.

Backend Application Using Private Key

https://github.com/harmony-devdao/send-hrc20

Frontend Application Using MetaMask

wallet-send-hrc20/index.html at master · harmony-devdao/wallet-send-hrc20