Developer Hub
Relation ProtocolRelation ONE APIRelation Graph API
English
English
  • Overview
  • QUICK START
    • Deploy a Semantic SBT contract leveraging Relation Protocol
    • Deploying query services using Graph Indexer
  • KEY CONCEPTS
    • RDF
    • Semantic SBTs
    • Social Graph
  • Architecture
  • Schema Standard
    • Overview
    • How schemas limit smart contracts
    • Store schema
    • List of schemas
  • Contract Open Standard
    • Overview
    • Identity
      • Name Service
    • Relationship
      • Follow
      • Dao
    • Publication
      • Content
      • Privacy Content
  • Open Standard API
    • Introduction
    • EIP-6239
    • Business Interface
      • Identity
      • Relationship
      • Publication
  • Graph Indexer
    • Definition and usage
    • Listen to events
    • To parse RDF data
    • To build a social graph
  • Integrations
    • Quick start
    • Construct a social graph with Relation Protocol
    • List of resources
    • NameService contract guide
    • Follow contract guide
    • Dao contract guide
    • Content contract guide
    • PrivacyContent contract guide
  • Relation Name Service
    • Name Service Api
  • Use Case
  • APPENDIX
    • Deploy a contract using Hardhat
    • SemanticSBT Deployment tool
Powered by GitBook
On this page
  1. Contract Open Standard

Publication

The act of posting content is important in social relations. It serves the following purposes:

  • Enhance social relations: Posting content can enhance our connections with others, for it creates opportunities to explore shared interests. Through sharing the content we like, we can attract like-minded people and deepen each other’s connections.

  • Build trust: When we post something of value, it sends a message that we are knowledgeable people. This is a great way to build trust and promote interaction.

  • Expand influence: We can expand our influence by posting content. With quality content sharing, we will have more followers, thus expanding our social influence.

The Relation Protocol provides a base contract for publishing content. It has two application scenarios:

  • Publish open content: Everyone can see the content without permission.

  • Publish private content: Publish private content that only certain users can see.

Last updated 2 years ago