5 kyu

Where did my Ether go?

Description:

Let's bring the Ethereum blockchain to Codewars! There's a simpler Kata available, Retrieve Ether Balance, that you should try first before attempting this one. I suspect this Kata will be a difficult challenge to start from.

This Kata makes use of the JavaScript Ethereum API web3.js, specifically the 1.0 version with documentation found here.

Where did my Ether go?

I've been making many Ether transactions lately, but I forgot to write down all the addresses I've sent Ether to! I could really use a function that I could call to find all the addresses I've sent Ether to.

Let's create this function findMyEther. It should take in a hexidecimal Ethereum address and return a promise which will resolve to an array of addresses that the address has sent ether to.

Web3
Fundamentals

More By Author:

Check out these other kata created by dnolan

Stats:

CreatedSep 13, 2017
PublishedSep 14, 2017
Warriors Trained248
Total Skips3
Total Code Submissions521
Total Times Completed14
JavaScript Completions14
Total Stars9
% of votes with a positive feedback rating100% of 6
Total "Very Satisfied" Votes6
Total "Somewhat Satisfied" Votes0
Total "Not Satisfied" Votes0
Total Rank Assessments4
Average Assessed Rank
5 kyu
Highest Assessed Rank
4 kyu
Lowest Assessed Rank
6 kyu
Ad
Contributors
  • dnolan Avatar
  • kazk Avatar
  • Voile Avatar
Ad