Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 682 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 682 Bytes

sewup-token-example

An utility token example using sewup

Utility Token

Utility token is a general blockchain application.

In this example, we use sewup with token feature to build a utility token application.

Here is the rule to do a simple utility token Rules

  1. Admin can check the balance of any user
  2. Admin can charge the balance for any user
  3. User can check the remaining balance of his self
  4. User can spend some his balance to others
  5. Admin can reduce the balance of a user

Reference