News about Data

Cryptocoins Exchanges / Binance - 2 years ago

How can I use Binance csv data in excel?

How have you guys used your Binance csv data in excel? Can anyone share a google sheets doc to see what formulas you have used? I would like to organise my data by trade, with all related information to that trade in a single row. Here’s what I have...

More / Etherum Reddit - 2 years ago

Encrypting on chain data - best practice ?

​ Let's say that one wanted to store a mapping of social security numbers (SSN) to some data on chain. Lets imagine that the data related to the SSN is a simple yes/no, true false. ​ `mapping(bytes32 => bool) ssnMapping` ​...