Deploy a contract

POST {{baseUrl}}/contracts/deploy

Deploy a smart contract

https://developers.circle.com/w3s/reference/deploycontract

Request Body

{"idempotencyKey"=>"{{$guid}}", "name"=>"First Contract", "description"=>"My first hello world contract", "walletId"=>"004735f6-d9fc-44f8-933c-672cdf3d240d", "abiJson"=>"[\n\t{\n\t\t\"inputs\": [],\n\t\t\"stateMutability\": \"nonpayable\",\n\t\t\"type\": \"constructor\"\n\t},\n\t...", "bytecode"=>"0x60806040523480156200001157600080fd5b50604051806040...", "entitySecretCiphertext"=>"{{entitySecretCiphertext}}", "blockchain"=>"MATIC-MUMBAI", "feeLevel"=>"MEDIUM", "refId"=>"d620d523-b5ab-4541-94b0-efe4f4c825c8"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{"data":{"contractId":"676f83a8-81a1-4dd5-b738-e2509b8f5460","transactionId":"36790743-b78d-4061-9558-1af9a9c837bd"}}