Thanks everyone for the attention.
I'm working on an Application that provides traceability to food, i have to use block-chains.
Each time that an user registers an article that produces, I need to grant him the ability to sell his product as many times as he wants.
I was thinking to use BigchainDB but each time the user sells his product I need to CREATE another asset and TRANSFER it.
Am I misinterpreting some concepts? Does anyone know a way to achieve this, even with another without having to create another asset?
For this project I have to use block-chains, not necessarily BigchainDB.
EDIT: I've thought to modify the source in order to allow double spending and remove amount management since I need to double spend an assert. However I'm waiting for better suggestions
Thanks a lot to everyone.