For the complete documentation index, see llms.txt. This page is also available as Markdown.

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 updated