Factory
Endpoints dedicated to the deployment of tokens and NFTs
📄️ Generates the typed data for the EIP712 signature of the deployment signature
Generates the EIP712 typed data required to authorize a Diamond token deployment. The caller must sign the returned typed data with the issuer's private key using `eth_signTypedData_v4`, then pass the resulting signature to the corresponding deployment endpoint to complete the token creation.
📄️ Creates a new ERC3643 token with Diamond standard (ERC-2535)
Creates a new ERC3643 token with Diamond smart contract infrastructure standard (ERC-2535). With this combination, you can deploy a token that supports the ERC-3643 standard for tokenized securities while also leveraging the modular and upgradeable features of the Diamond standard.