|
|
|
|
|
by gus_massa
1501 days ago
|
|
I was going to ask how to pay the gas/fees, but IIUC this only runs in the testnets. Are they 100% free? Does the code connect in the repo connects directly to the testnet or it connect with your server and your server connects to the testnet? If someone modifies 1 line of code (and add some oney for the fees) it goes to the mainnet? Do you sell an "upgraded" version/service that connect to the mainnet? |
|
Yep! This entire process is entirely free.
> Does the code connect in the repo connects directly to the testnet or it connect with your server and your server connects to the testnet?
The process of minting an NFT takes place via the backend.
> If someone modifies 1 line of code (and add some oney for the fees) it goes to the mainnet?
We have a specific contracts on testnets (Polygon Mumbai and Rinkeby for now) and we use those contract addresses to mint the NFT. No one can change the network on which contracts are deployed, so the NFTs would be minted on testnet itself.
> Do you sell an "upgraded" version/service that connect to the mainnet?
We don't have any kind of "pro" version which mints NFT on mainnet.