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.