alexdovzhanyn / elixium_core

A privacy-preserving decentralized application network
https://www.elixiumnetwork.org/
281 stars 37 forks source link

Implement Transaction Verification #10

Closed alexdovzhanyn closed 6 years ago

alexdovzhanyn commented 6 years ago

All transactions should have a set of consensus rules by which they can be validated. Currently, there is no validation on the transaction level, as to what is considered to be a valid transaction.

The criteria for a valid transaction should be:

This issue likely can't be solved until #9 is implemented