Deploy Contract
Last updated
Last updated
POST
/api/v1/ERC721F/{network}/deploy-contract
Executes deployment of an ERC-721F smart contract.
Headers
Content-Type
application/json
Authorization
Body
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
or