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 projectname-stringName of the projectdescription-stringDescription of the projectpfp-stringProfile picture of the project
Returns
{
status: 200,
doc: "kjzl6cwe1...e4wvxhiqj",
result: "Success creating TileDocument."
}