A RDB example for SewUp Hackathon
ToDo is a general web application, and this example show how to do this as blockchain application.
In this example, we use sewup with rdb feature to build a todo application.
Here is the rule to do a simple todo application Rules
- User can create a todo task for him self
- User can query all todo tasks for him self
- User can mark one of todo task as completed
- User can delete one of completed todo task