[Ethereum] Deploy the ethereum contract token and transfer to other address using node js web3

ethertokens

Deploy the ethereum contract token and transfer token from one address to other address using node js web3.Anyone please help me.

Best Answer

I found that this article explains well how to do this. source code is available, and you may like to modify it slightly to your purpose.

https://hackernoon.com/how-to-script-an-automatic-token-airdrop-for-40k-subscribers-e40c8b1a02c6

Related Topic