Tool to create ERC20 with fee on transfer without coding

Hello, i am not developer, but interested in to my own token, can i create erc20 token without coding? With add some functions like 5% fee and 5% fee distribute to holders. Is there any easy steps ? Please guide me.

1 Like

Hello, i am not developer, but interested in to my own token, can i create erc20 token without coding?

I think you can have a look at this tutorial, Create an ERC20 using Remix, without writing Solidity

With add some functions like 5% fee and 5% fee distribute to holders

There is a function _beforeTokenTransfer in the transfer, you can rewrite this function to charge fee, but for this deflationary token, you should keep some points in the mind, please check this: Points to consider when creating a fungible token (ERC20, ERC777)

3 Likes

Thanks you so much, tell me is there any tool to create token in minutes without coding?

1 Like

Hey, there are some sites out there that can offer an ERC20 token creation, however always read and DYOR on the sites, i used https://coinmechanic.io recently to create a token , however after creating it i found that i do not own said contract and also as i set it to “burn” as well as “snapshot” the burn tab on their dashboard is not pressent, TBH i think you would be better off paying a dev to code it for you
Good luck

2 Likes

Thank you so much for such recommendations

1 Like

Hello. I made an article a long time ago on how to create an erc20 easily. You don’t have to know how to code, cause I give it and you just need to copy/paste it.
I tell you how to modify the code easily for non coders, so you can do things like changing token name or supply. Don’t get scared by the code. Here’s a link :
https://blog.palo-it.com/en/understand-ethereum-by-creating-your-first-token?no-cache=1

1 Like