Create Domain

Navigate to the Nuvo system and create your own Domain. By entering the Domain Name, Token Standard, ABI description, Chain ID, and Contract address

For developer who has system to integrate with, below is the API provided for your easy reference

Create Domain

POST /api/v1/oauth2-app/domains/create

Headers:

appid: application id

appkey: application key

Request Body

NameTypeDescription

name*

String

domain name

chains*

String[]

{

"chainid":"1",

"contract_address":""

},

abi*

String

json string

{
   "code": 200,
   "data": "",
   "msg": ""// Response
}

Last updated