Create Project

Add your project to your client’s account. You can create multiple projects for your account.

Create Project

POST {{server-url}}/clients

It returns the project’s identifier value.

Headers

NameTypeDescription

Authorization*

String

UUID formatted access token

Content-Type*

String

application/json

Request Body

NameTypeDescription

name*

String

Project's name

networkId*

Number

Represents network identifier, which the project's contracts will be deployed.

{
    // Response
}

Example Response Body

{
    "data": 312,
    "message": null,
    "code": 0,
    "error": false
}

Last updated