Enter the password
With ArsCenedeseID Compiler you can generate JSON metadata, upload files to IPFS through CIDGATE, and connect everything to the dedicated Polygon contract. Ideal for artworks, certificates, and document notarization related to Murano glass.
Operational panel for ArsCenedeseID. Fill out the form, upload
the content, and the system will automatically generate the
metadata.json file compatible with the blockchain minting flow.
Dedicated ArsCenedeseID configuration with a single fixed contract for creating tokens related to Murano glass artworks.
0x8bf29e0117a39150988f9eccc697038555d74e42
0x0558c3a76203908b58ecc6c5fec475ad17aa72bd
The result includes name, description,
image (IPFS CID), and attributes. In a second step,
you will be able to upload this file to CIDGATE to obtain the
metadata CID to use as tokenURI.
uploadImageToCidgate() and uploadJsonToCidgate() to your
IPFS node.
Here you can see the CIDGATE JSON response when you upload the
metadata.json file: it contains the CID,
the ipfsUri, and the gatewayUrl.
Once the tokenURI has been generated (the IPFS CID of the metadata),
you can mint the NFT token on Polygon.
0x0558c3a76203908b58ecc6c5fec475ad17aa72bd. The contract allows minting only by the
owner.
Register on the blockchain a hash (SHA-256) of a document using the
ArsCenedeseIDNotarization contract. The file remains on your computer:
on-chain we store only the hash (bytes32) and a meta field.
brand=ArsCenedeseID;type=file;filename=...;note=...
Upload a document (PDF, TXT, DOC, images...) to verify whether it has already been
registered on the blockchain through the ArsCenedeseIDNotarization contract.
Support ArsCenedeseID / CallWeb3.
Fill in the request: it will be sent to the CallWeb3 team and they will contact you back.
Contracts used by ArsCenedeseID: artwork NFTs and document notarization.
ArsCenedeseID contract for registering the artwork and its related unique proof of ownership on the Polygon blockchain.
Contract for registering file hashes and notarizing them with a timestamp on the Polygon blockchain.