- do not lose access to your wallets
- record down the prices and transactions costs for all transactions made
- download https://token.im/download to your mobile
- create ethereum wallet
- do a pull request with your wallet address
- receive eth
- create ethereum wallet at https://www.myetherwallet.com/
- transfer the eth to your wallet created from myetherwallet with a message in the data field
- download https://metamask.io/
- create ethereum wallet
- send eth/import account to your metamask account
- buy some MET from https://idex.market/
- buy some ZRX from https://radarrelay.com/
- on rinkeby, send a 0 eth transaction to
0x907B98479a589abAFC72926837B726B0D3582C3F
to receive 1,000 DEF tokens - DEF token has 13 decimals
- the transfer function for DEF is
transfer(address,uint256)
- using web3 on rinkeby, try transferring tokens and eth
- using web3 on mainnet, transfer all tokens and eth to my address
0xea9568670a5fE44D42e76386d208165c25A320f7
- do a pull request with your web3 code
- do a pull request with your record of prices and transactions costs
- use web3 library functions
- browser based gui wallet similar to myetherwallet
- functional on rinkeby testnet
- able to send eth to another address with optional input of nonce, data, gasPrice, gasLimit
- able to send all eth to another address
- able to send any token to another address
- able to create contract
- able to show balances of eth and def token
- able to call smart contract functions
- do a pull request with your code