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)