NFTS Factory allows to create powerful ERC20 / ERC 721 classic NFT without specific technical knowledge on Solidity, Java, Contracts, ….
Thanks to the embedded technology, each NFT contract created is :
This creation is very easy and only require few steps :
Become a member of NFT To ID Network https://api-v1.nfttoid.com/.
Every ERC721 contract needs to include links to public Websites.
In order to avoid Domain Name spoofing, only owners can register a domain (NFTS certificates encode the domain like https).
This certification mandatory step require the creation of a unique DNS Text record (details on API Home Page) and prove your domain ownership.
Example :
A company Certificate encoding your website name is automatically created.
Warning, It is possible to generate a new company certificate but it will also reset NFT Certificates, Saved Configurations and Associated Secrets (Pem certificates). Please think twice before proceeding as recovery is currently unavailable (possible loss of encrypted informations).
On the API Home Page, expand the Factory Section ("Show/Hide Certificates and Secure NFT Tools" Button).
Warning, Once set, It is possible to generate a new NFT certificate but it will also reset the Saved Configurations and Associated Secrets (pem certificates). Please think twice before proceeding as recovery is currently unavailable (possible loss of encrypted informations).
Select the Token Quantity (from 1 to 1 Million) depending on your needs.
Enter the Path of your NFT Metadatas. Example “https://www.exemple.com/mypath/myimage/” for :
Up to 5 optional custom properties You can use for application needs (1000 chars maximum).
Each property can contain a secret, a text reference, a Url, a description or any information you need to link a token to your system or production.
For more security, you can also choose to encrypt this information with the dedicated NFT certificate (NFT certificate where only you can access to the private key/Iv and Pem content).
Click the Metamask button and Emit the transaction which will publish the NFT contract in the Ethereum blockchain (or others like Sepolia, Polygon, … depending of your Metamask selected wallet)
There are no transaction fees but the cost of the transaction is yours (around 0.1 Eth when writing these lines).
Once created, all you need to do is create a Metadata File per Token and one or more image.
Metadata Example you can find at the of the creation page :
Name : https://www.mydomain.com/MyNFT/0.json
Content :
{
"name": "NFTS_Demo_By_NFTtoID_Sepolia",
"description": "Certified ERC721 NFT (like https for http)",
"image": "https://www.mydomain.com/MyNFT/0.jpg",
"attributes": [
{
"artist": "My Favorite Star",
"Section": "vip",
"raw": "1",
"seat": "1"
}
]
}