interledgerjs / five-bells-condition

JavaScript implementation of Crypto Conditions validation and fulfillment
https://github.com/rfcs/crypto-conditions
Other
31 stars 21 forks source link

M-of-N conditions? #77

Closed KrishnaPG closed 6 years ago

KrishnaPG commented 6 years ago

Not sure if this is the right place, but wondering how to use this repo code to create an m-of-n condition and identify which exact m (out of the all n) conditions were fulfilled?

Any example code, or pointers to the code would be very helpful.