Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: curlyti on February 22, 2018, 05:37:50 AM



Title: I was stucked with my smartcontract , Please help !
Post by: curlyti on February 22, 2018, 05:37:50 AM
I am making a token but i cant verify my smartcontract . If someone can help me , i really appriciate and i will send my merit to you.
Thank you so much.


Title: Re: I was stucked with my smartcontract , Please help !
Post by: Xynerise on February 22, 2018, 05:51:18 AM
What do you mean by verify a smart contract?
Do you mean you want to check if it was coded to do?
Then run it and find out.

If you mean verify it with a block explorer like Etherscan, then follow their instructions and upload your smart contract source code here: https://etherscan.io/verifyContract


Title: Re: I was stucked with my smartcontract , Please help !
Post by: ManaMan on February 23, 2018, 02:41:46 PM
I am making a token but i cant verify my smartcontract . If someone can help me , i really appriciate and i will send my merit to you.
Thank you so much.

As ERC20 is the standard for making ethereum tokens you should be able to implement it and create your own token without a hassle. For testing purposes you might want to create a private blockchain and later on when you are sure it is working simply deploy it on the main net.

https://theethereum.wiki/w/index.php/ERC20_Token_Standard

Anyway we can't help much without seeing the code you used and got stuck.