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
Name
Type
Description
Authorization*
String
UUID formatted access token
Content-Type*
String
application/json
Request Body
Name
Type
Description
name*
String
Project's name
networkId*
Number
Represents network identifier, which the project's contracts will be deployed.
Example Response Body
Last updated