SDK Reference
Methods
CreateProject

createProject

Creates a new project which can be used to organize contexts.

How to use?

const res = await orbis.createProject(options);

Parameters

  • options - object which contains details of a project
    • name - string Name of the project
    • description - string Description of the project
    • pfp - string Profile picture of the project

Returns

{
  status: 200,
  doc: "kjzl6cwe1...e4wvxhiqj",
  result: "Success creating TileDocument."
}