Deploy Contract A4
Endpoint
POST
/api/v1/ERC404/{network}/deploy-contract-A4
This endpoint executes the deployment of an ERC-404 smart contract that issues A4 tokens.
Headers
Content-Type
application/json
Authorization
Body
name
string
Defines the token name
ticker
string
Defines the token ticker
decimals
integer
Defines the token decimals
supply
integer
Defines the token supply
tokenText
string
The text content that is stamped in the token output
metadata
string
The text content that is inserted in the token metadata, stored within its SVG file
walletPrivateKey
string
Deployer private key for authorizing transaction
documentTitle
string (optional)
Document title, displayed on the top of the first page
documentSubtitle
string (optional)
Document subtitle, displayed below the document title
fontFamily
string (optional), defaults to serif
Font-family that is used in the token output text
Response
Last updated