Deploy Contract
Endpoint
POST
/api/v1/ERC721F/{network}/deploy-contract
Executes deployment of an ERC-721F smart contract.
Headers
Name
Value
Content-Type
application/json
Authorization
Body
Name
Type
Description
name
string
Defines the token name
ticker
string
Defines the token ticker
mintPrice
integer
Defines the token mint price
supply
integer
Defines the token supply
walletPrivateKey
string
Deployer private key for authorizing transaction
restrictToOwner
boolean (optional), defaults to false
Defines if minting is restricted to contract owner
Response
Last updated