kaleido-io / kaleido-iden3-samples

Sample code for using the iden3 protocol to issue verifiable claims
Apache License 2.0
5 stars 4 forks source link

adding logic to support state transition for recording new claims #4

Closed Chengxuan closed 1 year ago

Chengxuan commented 1 year ago

Signed-off-by: Chengxuan Xing chengxuan.xing@kaleido.io

Support state transition from a non genesis state

Chengxuan commented 1 year ago

@jimthematrix Still have the bug of cannot do the non-genesis state transition twice, will need more debugging on that (but you can add multiple claims and update the state to final state). I haven’t updated the readme to instruct the readme to make another state transition update as it’s not much use until we add the verification logic.

Will look at how the verification flow of claims with signature works

jimthematrix commented 1 year ago

thanks for fixing this!