You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parses the xml, and creates the file parsed_sdn.csv, with the following four columns
detail - the detailed name of the entity (this is where a cryptocurrency address would be stored
names - a list of names given to the entity (comma separated)
start0 - start from date
start1 - start to date
end0 - end from date
end1 - end to date
check_address.py - a script to check whether SDN "details" are valid cryptocurrency addresses on a variety of different blockchains. Data saved to data/tagged_addresses.csv
get_contract_logs.py - generic script to get all the events from a target Ethereum contract (requires a local Ethereum node to run)