Links
Comment on page

List of schemas

The Relation Protocol has provided some schemas to define the data model for base contracts. They involve:
  • Identity
    • Name Service: store a users' identity
  • Relationship
    • Follow: build a P2P relationship between users
      • FollowRegister
      • Follow
    • Dao: build a grouping relationship for multiple users
      • DaoRegister
      • Dao
  • Publication
    • Content: Post public content
    • Privacy Content: Post Privacy content
Last modified 8mo ago