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.
Similar Kata:
Stats:
Created | Sep 13, 2017 |
Published | Sep 14, 2017 |
Warriors Trained | 248 |
Total Skips | 3 |
Total Code Submissions | 521 |
Total Times Completed | 14 |
JavaScript Completions | 14 |
Total Stars | 9 |
% of votes with a positive feedback rating | 100% of 6 |
Total "Very Satisfied" Votes | 6 |
Total "Somewhat Satisfied" Votes | 0 |
Total "Not Satisfied" Votes | 0 |
Total Rank Assessments | 4 |
Average Assessed Rank | 5 kyu |
Highest Assessed Rank | 4 kyu |
Lowest Assessed Rank | 6 kyu |