Skip to content

Instantly share code, notes, and snippets.

@furusiyya
Created October 25, 2017 12:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save furusiyya/9261b8a82d5fe8d7631b1434bfe40712 to your computer and use it in GitHub Desktop.
Save furusiyya/9261b8a82d5fe8d7631b1434bfe40712 to your computer and use it in GitHub Desktop.

You have to create a smart contract in solidity language and deploy it on ethereum testnet. Smart contract will represent an ERC20 token that have only one function used for transferring tokens. Solidity: https://solidity.readthedocs.io

Copy link

ghost commented Oct 25, 2017

Hello there,,,
I finished the contract code,,,
but I'm having issues deploying it, any hints ?

@furusiyya
Copy link
Author

Which IDE you used for compiling and running test code?

Copy link

ghost commented Oct 25, 2017

I used Visual studio code

Copy link

ghost commented Oct 25, 2017

I didn't run it on visual studio code, I run it on remix

@furusiyya
Copy link
Author

Please look at the Rinkeby ethereum testnet and get some test ethers from their website. Then use MyEtherWallet for deployment of contract on Rinkeby testnet

Copy link

ghost commented Oct 25, 2017

Alright thanks,, will do just that.

Copy link

ghost commented Oct 25, 2017

Alright, I did as you said, your hints were a great help to me,,,
but it seem that ethers not getting to my account yet.
I used google, GitHub twitter and still balance is 0,,,
I'll wait till tomorrow then will try again, is that ok ?

@furusiyya
Copy link
Author

yeah, its OK. I appreciate your efforts.

Copy link

ghost commented Oct 26, 2017

Alright it's done,, I just added one function (transfer)as described in the assignment, not the whole ERC20 standard interface,,,,
hope I did it right.
this is the contract address : 0xd178C0dD76b3e196639b8E45962bB5E4D401E2f2
if I have to provide anymore info please let me know.

@furusiyya
Copy link
Author

Copy link

ghost commented Oct 26, 2017

Alright it's done,,,
But I had to deploy a new contract
Here is the new address: 0x8864C62216e7A8004a65a54E6D555d899fd20724

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment