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-data
file
REQUIRED
string binary
JSON file containing the devnet plan. The file can be created using clarinet devnet package
Status codeDescription
200Default Response
cURL
curl -L -X PUT \
"https://api.hiro.so/v1/ext/{apiKey}/devnet/{projectName}" \
-H 'Accept: application/json'