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
-
-
Save furusiyya/9261b8a82d5fe8d7631b1434bfe40712 to your computer and use it in GitHub Desktop.
I used Visual studio code
I didn't run it on visual studio code, I run it on remix
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
Alright thanks,, will do just that.
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 ?
yeah, its OK. I appreciate your efforts.
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.
Please also verify the code: https://rinkeby.etherscan.io/address/0xd178C0dD76b3e196639b8E45962bB5E4D401E2f2#code
Alright it's done,,,
But I had to deploy a new contract
Here is the new address: 0x8864C62216e7A8004a65a54E6D555d899fd20724
Which IDE you used for compiling and running test code?