Skip to content
LogoLogo

Follow, star, and react

V2 supports three social primitives:

  • FOLLOW via LINK_ADD and LINK_REMOVE
  • STAR via LINK_ADD and LINK_REMOVE
  • LIKE via REACTION_ADD and REACTION_REMOVE

Target model

  • follow targets use target_owner_address
  • star targets use target_project_id
  • reaction targets use target_project_id and target_commit_hash

V2 semantics

  • links and reactions remain 2P sets
  • reverse indexes are still maintained
  • FOLLOW accepts any valid 20-byte target address
  • STAR and LIKE still require valid project and commit targets where applicable

Follow an account

Follow an accountdemo

Star a project

Star a projectdemo

Like a commit

Like a commitdemo

Learn more

Next steps