Closed 3Dpass closed 2 years ago
New block production mechanism has been developed: https://github.com/3Dpass/3DP/blob/dev/nodes/poscan-consensus/src/service.rs
3D objects authenticity check has been implemented into a block validation. The validation procedure implies there are only unique shaped 3D objects to be existed on the blockchain.
Motivation
According to the White Paper, we have to implement the Proof of Scan consensus algorithm into the NODE.
Suggested Solution
We have to replace existing block validation mechanism (POS or POW) with the 3D object recognition tool p3d we already have implemented into Substrate recently. This makes the NODE able to provide 3D objects authenticity check considering whether or not a new block might be added to the chain.
Alternatives
No alternatives
Additional Information
POS more likely fits to be modified.