Reward wallet distributing coins

Hi…

I have a reward wallet that needs to be distributing coins to a list of wallets… this needs to be done automatically, without interaction with the metamask…

how can i accomplish this in my backend? (not the moralis backend, it’s a private server)

ps: I have the 12 access words to the rewards wallet.

in theory, you’ll have to sign those transactions with that private key, and send them to a node (this is the easy way, the problem is that you’ll have to pay for the gas fees for those transactions)

As for the gas fees, no problem…

As for the ā€œeasy wayā€ kkk, how do I do that part? any example?

You can search on google, some parts of code may be available on forum in various posts.