How to create BEP-721 smart contract on Creator Mainnet?
In this article, we are glad to show you how to create a BEP-721 token with Creator mainnet step-by-step. Follow this instruction to make sure you create your first smart contract with Creator Mainnet successfully!!
While BEP-20 is used for all smart contracts on the Binance Smart Chain for fungible token, BEP-721 introduces a standard for NFT (Non-fungible token), in other words, this type of Token is unique and can have different value than another Token from the same Smart Contract, possibly due to its age, rarity or even something else like its visual.
Let’s begin!
Step 1: Enter https://ncsc.creatorchain.network/ to connect to Creator making smart contract site.
Step 2: Connect to a wallet and select the network that your token will be creating.
At this step users need to connect to their crypto wallet. Click on “Connect to wallet” button on the upper-right-corner of the screen.
Currently, Creator supports customers with MetaMask wallet, one of the trustworthy wallets in the market. Choose “Metamask” you will see a pop-up requiring an email address as the email below:
Fill in the email that you would like to receive notifications about creating your smart contract on our platform, then click “Submit”.
Please note that filling email in this step is compulsory, you cannot continue without providing an email address.
Go back to your Metamask and choose Binance Smart Chain network, then sign in with your wallet.
If you connect MetaMask successfully, you will be able to see your wallet address and your balance on Creator or connected status on Metamask extensions.
Step 3: Click on “Standard function” then choose “BEP-721” to access to create BEP-721 page then collect your wallet
Step 4: Now is the moment to gather all of the information you’ll need to build your own BEP-721 token. Unlike BEP-20, BEP-721 only has the “Burnale Token” option. As a result, you have the option of making your token burnable or not. Token burning is an instrument in tokenomics to decrease the supply of the asset. With BEP-721 — as every token is different — it will be destroyed a token (collectible asset) to decrease total supply.
Step 5: Creating your token’s logo on this step, you will upload your tokens logo. This logo is used to define your token, which other contracts and applications can identify
Other information need to fill including:
1.Token Name: Used to define the token’s name, which other contracts and applications can identify
2. Token Symbol: This is the symbol which you would like to identify your token. It should be simple and also signature characters which are easy to remember (example ETH, BTC, BAT, etc.).
3. Token Description: On this information field, you will describe the asset to which this token represents for example: image, video.v.v.
After filling all necessary fields, click on “Next Step”.
Step 6: After you click on Next Step, there will be a tab appear as pictured below
As we know, BEP-721 is a standard token for NFT, so on this step you will create your first NFT item on your BEP-721 smart contract!
- Image: Here you will upload your NTF item’s appearance, it could be: PNG, GIF, WEBP, MP4 or MP3 and maximum 100mb
- Name: you will set the name for your NFT.
- Description: Kindly describes the asset to which this NFT represents
Then you click on “Confirm” to finish this step!
Here you go! you’re nearly finishing creating your BEP-721 smart contract!
Step 7: After you choose Confirm, MetaMask will provide a tab that displays the price for establishing a smart contract in detail. To make a payment, click “Confirm” after checking your bill.
Please wait a few minutes after making your payment for your token to be deployed.
Step 8: After clicking on Submit, a new popup will appear which shows all information of your token which you have filled before. Kindly check the information then click Confirm to deploy your token.
Then you click on “Confirm” to finish this step!
Here you go! you’re nearly finishing creating your BEP-721 smart contract!
Step 9: After you choose Confirm, MetaMask will provide a tab that displays the price for establishing a smart contract in detail. To make a payment, click “Confirm” after checking your bill.
Please wait a few minutes after making your payment for your token to be deployed.
Your token has now been successfully produced!
You may examine your contract on the Binance Smart Chain system by selecting “View on Explorer” from the new popup. The Binance Smart Chain token tracker allows you to check the status of your contract right here. Remember to keep a copy of your contract.
Note: On this BEP-721 smart contract, you are able to create many NTF. However, each NTF item will only be sold once. On BEP-1155, one NTF item can be sold for more people. Stay tuned on our official channels to get the instruction of how to create BEP-1155 by Creator’s No Code Smart Contract.
Note: Other networks also follow the same steps.