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
-string
Name of the projectdescription
-string
Description of the projectpfp
-string
Profile picture of the project
Returns
{
status: 200,
doc: "kjzl6cwe1...e4wvxhiqj",
result: "Success creating TileDocument."
}