Posted on c/ElrondDevelopers 2 Rad8395415885c/ElrondDevelopers 3 years ago What is the easiest way to compare two lists of addresses (snapshots) and extract only the elements that are in both lists? Comment 2 Comments mwf81318617 3years ago I would suggest using excel magic :) dmn8392211779 3years ago You could in theory create a script that does that in your programming language of choice as that is a string parsing problem in itself, not directly an Elrond problem. I'd choose Python :)
I would suggest using excel magic :)
You could in theory create a script that does that in your programming language of choice as that is a string parsing problem in itself, not directly an Elrond problem. I'd choose Python :)