Deploy Contract

Create and deploy a contract (ERC20, ERC721, ERC1155 or equivalent) to the chain and network of choice.

post
Authorizations
x-api-keystringRequired
Body
contractTypestring Β· enumRequiredExample: erc1155Possible values:
namestringRequiredExample: My Contract
symbolstring Β· min: 1 Β· max: 7RequiredExample: 1
descriptionstringOptionalExample: My Contract Description
chainstring Β· enumRequiredExample: ethereumPossible values:
networkstring Β· enumRequiredExample: mainnetPossible values:
uploadLocationstring Β· enumOptional

The location where metadata will be stored

Default: AWSExample: AWSPossible values:
filestring Β· binaryOptional
Responses
201

The contract has been successfully created.

No content

post
/v1/contract
201

The contract has been successfully created.

No content

Last updated