Skip to content

shahofblah/quest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

quest-ether

  1. do not lose access to your wallets
  2. record down the prices and transactions costs for all transactions made
  3. download https://token.im/download to your mobile
  4. create ethereum wallet
  5. do a pull request with your wallet address
  6. receive eth
  7. create ethereum wallet at https://www.myetherwallet.com/
  8. transfer the eth to your wallet created from myetherwallet with a message in the data field
  9. download https://metamask.io/
  10. create ethereum wallet
  11. send eth/import account to your metamask account
  12. buy some MET from https://idex.market/
  13. buy some ZRX from https://radarrelay.com/
  14. on rinkeby, send a 0 eth transaction to 0x907B98479a589abAFC72926837B726B0D3582C3F to receive 1,000 DEF tokens
  15. DEF token has 13 decimals
  16. the transfer function for DEF is transfer(address,uint256)
  17. using web3 on rinkeby, try transferring tokens and eth
  18. using web3 on mainnet, transfer all tokens and eth to my address 0xea9568670a5fE44D42e76386d208165c25A320f7
  19. do a pull request with your web3 code
  20. do a pull request with your record of prices and transactions costs

quest-my-eth-wallet

requirements

  1. use web3 library functions
  2. browser based gui wallet similar to myetherwallet
  3. functional on rinkeby testnet
  4. able to send eth to another address with optional input of nonce, data, gasPrice, gasLimit
  5. able to send all eth to another address
  6. able to send any token to another address
  7. able to create contract
  8. able to show balances of eth and def token
  9. able to call smart contract functions
  10. do a pull request with your code

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 96.3%
  • JavaScript 3.7%