- APIs
- Platform API
- Start
Start devnet
Start a development network (devnet).
PUT
Parameters
Path Parameters
apiKey
REQUIRED
string Hiro API key
projectName
REQUIRED
string Project name
Body
multipart/form-datafile
REQUIRED
string binary
JSON file containing the devnet plan. The file can be created using clarinet devnet package
Status code | Description |
---|---|
200 | Default Response |
cURL
curl -L -X PUT \"https://api.hiro.so/v1/ext/{apiKey}/devnet/{projectName}" \-H 'Accept: application/json'