How to create BEP-777 Smart Contract on Creator Mainnet

Creator Platform
5 min readDec 30, 2021

Before the official launch of Creator’s No Code Smart Contract mainnet, we would like to guide you to create a BEP-777 smart contract step-by-step. Hopefully, our early preparation will help you successfully deploy new tokens to the market.

Step 1: Access https://ncsc.creatorchain.network/ to connect to Creator No Code Smart Contract.

Step 2: You will need to Connect to the MetaMask wallet. On this wallet’s network display, let’s choose “Binance Smart Chain”.

If you successfully connect “MetaMask” with Creator, you will be able to see either your Wallet address and your balance on Creator or connected status on Metamask extensions.

Step 3: Fill in your email address in a pop-up banner. Your email will only be used for Creator’s important updates.

Step 4: On the left menu bar, hit the “BSC” under “Smart Contract” tab and choose standard contract “BEP-777”.

Step 5: From now, you are officially creating your own token by deciding whether your token is mintable or not first.

On top of the box, there is an optional tickbox for the mint extension. A mintable token is a token with a non-fixed total supply, allowing the token issuers to “mint” more tokens whenever they want.

Next, fill in required information to create your own token which under “mint” extension tickbox

  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 that are easy to remember (example ETH, BTC, BAT, etc.).
  3. Initial Supply: The number of tokens created when this contract is deployed. The total amount of tokens to be generated.
  4. Supply cap: This token’s supply will grow until the cap is reached. After that, no more tokens can be minted

Note: You should calculate mint extension extremely carefully cause token’s depreciation will depend on this.

After filling in all of the needed information, click on “Submit”. Be sure your information is all correct! After creating a token, you can’t change the information.

Step 6: After clicking on Submit, a new popup will appear which shows all information of your token which you have filled before along with a service fee. At this stage, kindly check the information then click Confirm to deploy your token.

Step 7: After you choose “Confirm”, MetaMask will automatically appear in a tab that shows the detailed fee of creating a smart contract. Then, click on “Confirm” to make the payment if you checked the bill.

Now, kindly wait for a few minutes to deploy your token.

Now your token is created successfully! You can see your transaction ID at Creator’s making token page.

Step 8: After sending the request to deploy smart contract to the blockchain successfully, the system will display a popup “Success”.

Step 9: Click the “Add SVE to Metamask” button so that the token you just created will show up in your wallet.

Step 10: Click the “View on explorer” button to view the transaction hash details of the newly created smart contract.

Step 11: Click “Verify & Publish” to verify and enable your token. A small pop-up will appear on the top right corner show that your token is verified successfully.

Check your mailbox of the email address used to sign up in step #3 to check confirmation email from Creator as below:

We hope that this step-by-step guide can somehow visualize the actual process of creating a BEP-777 token on our No Code Smart Contract mainnet.

If you want to generate a BEP-20 token, you can visit here for more details.

Stay tuned for the mainnet’s official launch on 31st December 2021!

Find out more about Creator on our official website and social channels

Website | Telegram |Telegram ANN| Twitter | Medium | LinkedIn | Git

--

--