cclp-project / cclp-contracts-poc0

MIT License
2 stars 2 forks source link

Allow different levels of verification #9

Open ajunge opened 6 years ago

ajunge commented 6 years ago

Right now the verification is just true/false. We should allow different levels of verification. Examples:

Now. Every level allows different amount per day, and month and max balance.

I'm not sure about how many levels are we going to have, and the exact amount per level, but it still can be programable (since those are only constants)

ajunge commented 6 years ago

We agreed to only have a isAllowed(to,amount) call. The registry should respond with a hardcoded true for now (no KYC)

ajunge commented 6 years ago

Related to #16