Skip to content

Expose endpoints/helpers to create a private and public space in a Geo App #527

@nikgraf

Description

@nikgraf
  • Expose the endpoint allowing connect to create and query a private space to Geo apps
    • expose /connect/spaces POST and GET as /geo/spaces
  • Expose the functionality to create a public space via Hypergraph
      await Graph.createSpace({
        editorAddress: accountAddress,
        name: spaceName,
        network: 'TESTNET',
      });

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions