alabarba / bookswapy

Virtual library based on Hyperledger Fabric blockchain to exchange books between privates
1 stars 0 forks source link

When calling update function on existing book the isbn can change #2

Open alabarba opened 5 years ago

alabarba commented 5 years ago

We need to change also the id consequently

alabarba commented 5 years ago

Idea: use UUIDv4 described here: https://tools.ietf.org/html/rfc4122 See the package https://github.com/kelektiv/node-uuid to generate them.