Solution Overview
Easily create NFTs.
Last updated
Easily create NFTs.
Last updated
When you create a new NFT using BWS.NFT.zK (Zero Knowledge) solution, the NFT will initially be linked to your BWS account. In order to transfer an NFT ownership, you have two options:
Transfer ownership to a blockchain wallet address.
Transfer ownership to an email address.
Before you transfer your NFT, we will do the custody, and ownership is mapped with your BWS Account.
If you want to transfer an NFT ownership to another wallet address, you can simply use the Transfer NFT operation indicating the new blockchain wallet address owner.
If you want to transfer an NFT ownership, but the new owner does not have a Web3 Wallet (or you don't know it), you can simply transfer the ownership by using his email address.
We will send the new owner an email notification indicating he's the owner of the NFT. If he wants to transfer the ownership to his own Wallet, he will be able to.
Please note that once you transfer the ownership using an email address, ONLY the email address owner will be able to transfer the NFT to a new Wallet address.
Your NFT image is always hosted in IPFS.
To create an NFT using BWS.NFT.zK, you pass the NFT image as:
a web addressable URL, or,
as an IPFS URI (for example, ipfs://QmcduEBAppXxnyn37deHHf33Ep7cPbYxn1mH36Nvvowki).
API Call JSON Example using a URL for the NFT image.
In all the scenarios, your NFT metadata will point to an image stored in IPFS, as we will upload your image to IPFS if required.
Your NFT metadata is always hosted in IPFS.
When a new NFT is created, we create and upload the NFT metadata to IPFS,
NFT Metadata Example
Your NFT blockchain transaction then points to IPFS, as you can see on the following example:
We currently offer NFT creation in Polygon and Ethereum blockchains.
We recommend using the Polygon Mumbai network for tests.
Click on Contract Address to check the verified contract.
Blockchain | Network Id | Description |
---|---|---|
Network Id | Contract Address | Version |
---|---|---|
Network Id | Contract Address | Version |
---|---|---|
Polygon
polygon
Polygon blockchain.
mumbai
Polygon test network.
Ethereum
ethereum
Ethereum blockchain
polygon
1
mumbai
1
ethereum
1