Looking for ETH chain devs that have ran utility projects

Nevermindm8

Newbie
Joined
Aug 22, 2024
Messages
1
Reaction score
0
I’ve created some useful tools for crypto that I believe would function very well as ETH utility projects with tax.

Has anyone ever developed an ETH utility project with tax and if so how did they go about that.

Thanks!
 
I’ve dabbled in custom contracts building on various EVM compatible chains, deploying a taxable token is pretty straightforward and you don’t necessarily need to know any solidity either - you can simply fork an already existing taxable token by copy/pasting its source into Remix IDE.

Full disclosure though, if you’re not familiar with solidity you’d be wise to have someone audit the source to make sure there’s no hardcoded wallets or other funky functions. Also always deploy on Sepolia first before going mainnet.
 
Back
Top