MatthijsKok / TI2806-Contextproject

GNU Lesser General Public License v3.0
0 stars 0 forks source link

create a Blockchain replacement #138

Open RvdK opened 7 years ago

RvdK commented 7 years ago

User story

We have to have persistent data storage off all the public keys and related information. although the complete version is out of sope we still have to make a simple implementation

What

Build an interface that alloows the user to store public keys validations IBANs and names to see if a key has been validated already.

Why

otherwise you would have to validate a user everytime you open the app.

How

Build a simple implemetation that can store the data on disk (plain text) and read this data. It should also be able to search through this data and, for example, return if a public key exists in the strucutre already.

Definition of done

Notes

None

Ishadijcks commented 7 years ago

Done