createProject()
Syntax
This method is used when you want to create a new project.
Parameters
The interface of NewProject looks as below
Returns
Promise returns a JSON - project info:
totalFile: The number of files/folders in the project
totalSize: The project size (bytes)
id: The project id
name: The project name
ownerAddress: The address of the Owallet account which created the project
updatedAt: The last date time update project
createdAt: The date-time create the project
Example
Response of example:
Last updated