PrivaTO-DO1
PrivaTo-Do

Backend

Java · Python · JavaScript · TypeScript

Difficulty: Easy

Your childhood friend, Clay, is the biggest fan of all things related to the Blockchain technology. You've been listening to him for months and years talking non-stop about cryptocurrencies and the security of decentralized data storage.

Despite Clay's insistence on you investing in cryptos, the truth is that what you've always been interested in how the Blockchain can be applied in other applications beyond cryptocurrencies. So, as a software developer, you decide to create your own project with this technology: a to-do list API that stores all the tasks and their history of changes in Blockchain.

How it works?

This API has to allow the user to add new notes and mark them as completed. The flow will be always the same: first you need to add a new note/task and then you save it on the Blockchain. In order to make the Blockchain data persistent, we need to store the Blockchain in a file.

x