Post
Topic
Board Project Development
Re: Please help creat own erc20 token
by
unbanked_peon
on 17/12/2019, 09:15:30 UTC
Figured I'd chime in here. You should really be testing on the remix online website unless you have your own development node running locally. This really just simplifies testing, it will even tell you where it failed and why? (too much gas, i.e.) http://remix.ethereum.org/ and depending on your editor most have cool useful plugins to help you develop.  Wink