{"id":663,"date":"2024-05-28T10:05:19","date_gmt":"2024-05-28T10:05:19","guid":{"rendered":"https:\/\/nownodes.io\/blog\/?p=663"},"modified":"2024-05-28T10:05:21","modified_gmt":"2024-05-28T10:05:21","slug":"how-to-integrate-a-bsc-token-into-your-crypto-project","status":"publish","type":"post","link":"https:\/\/nownodes.io\/blog\/how-to-integrate-a-bsc-token-into-your-crypto-project\/","title":{"rendered":"How to Integrate a BSC Token Into Your Crypto Project\u00a0"},"content":{"rendered":"\n<p>Binance and the BNB Chain (BSC) have grown in popularity tremendously both in the eyes of developers as well as users.<\/p>\n\n\n\n<p>If you have ever used Binance or just want to implement a cryptocurrency that follows the BEP-20 token standard and is a part of the BNB Chain (BSC), we have created a step-by-step guide as to how you can create and integrate a BNB Chain token to any project.<\/p>\n\n\n\n<p><strong>Key Points:\u00a0<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The BNB Chain (BSC) comprises the Binance Chain and the Binance Smart Chain, where it aims to build the world\u2019s virtual ecosystem infrastructure; this is essentially the rebranding.<\/li>\n\n\n\n<li>BNB stands for \u201cBuild and Build,\u201d which is the blockchain gas token that is utilized on the BNB Chain.<\/li>\n\n\n\n<li>Any cryptocurrency that wants to get released on top of BSC needs to follow specific token standards, such as the BEP-20 token standard.<\/li>\n\n\n\n<li>You can easily integrate a BSC Token into your crypto project, and we are going to go over what you need to do in order to achieve this task.<\/li>\n<\/ul>\n\n\n\n<div class=\"wp-block-ideabox-toc ib-block-toc\" data-anchors='h2,h5' data-exclude='.related-posts, #related-posts-container' data-collapsable='true' ><div class=\"ib-toc-container ib-toc-list-style-numbers ib-toc-hierarchical ib-toc-expanded\"><div class=\"ib-toc-header\" style=\"font-size:25px;background-color:#431354;color:#fefefe;--fill:#fefefe\"><div class=\"ib-toc-header-title\">Table of Contents<\/div><div class=\"ib-toc-header-right\"><span class=\"ib-toc-icon-collapse\"><span class=\"dashicon dashicons dashicons-minus\"><\/span><\/span><span class=\"ib-toc-icon-expand\"><span class=\"dashicon dashicons dashicons-plus\"><\/span><\/span><\/div><\/div><div class=\"ib-toc-separator\" style=\"height:2px\"><\/div><div class=\"ib-toc-body\"><ol class=\"ib-toc-anchors\"><\/ol><\/div><\/div><\/div>\n\n\n<h2 class=\"wp-block-heading\" id=\"why-choose-binance-smart-chain-token\">Why Choose Binance Smart Chain Token?<\/h2>\n\n\n<p>The BNB Chain (BSC), formerly known as the Binance Smart Chain, has the main goal of building the infrastructure that power\u2019s the virtual ecosystem, where BNB\u2019s commitment is to be open, multi-chain, permissionless, decentralized, and much bigger than Binance.&nbsp;<\/p>\n\n\n\n<p>The BNB Chain is composed of the BNB Beacon Chain, which was known as the Binance Chain, which is used for governance, voting, and staking. Then there\u2019s the BNB Smart Chain, which was formerly known as the Binance Smart Chain, which is Ethereum Virtual Machine (EVM) compatible, features a consensus layer, and has hubs to multi-chains.&nbsp;&nbsp;<\/p>\n\n\n\n<p>By building a token on top of the BNB Chain, developers can gain access to all of the advantages found within this ecosystem.<\/p>\n\n\n\n<p>BSC runs in parallel to the BNB Chain and enables smart contracts for tokens on the blockchain. This results in cheap transaction fees, cross-chain decentralized finance (DeFi) mechanism that increases interoperability, a high-performance network holding the capability to produce a block every 3 seconds, a growing ecosystem, and a lot of other benefits.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"how-to-integrate-bsc-token\">How to Integrate BSC Token?<\/h2>\n\n\n<p>We are going to go over just about everything you need to do in order to integrate a BSC token into any project that you are working on step-by-step.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Step 1: Create and Configure the MetaMask Wallet<\/strong><\/li>\n<\/ul>\n\n\n\n<p>BEP-20 is essentially the BNB Chain equivalent to the ERC-20 token standard used on Ethereum (ETH). However, BEP-20 does not run on the Ethereum network.<\/p>\n\n\n\n<p>What this means is that you need to\u00a0<a href=\"https:\/\/metamask.io\/download\/\" target=\"_blank\" rel=\"noreferrer noopener\">install the MetaMask browser extension<\/a>\u00a0and add the BSC testnet to your MetaMask wallet.<\/p>\n\n\n\n<p>To do so, open up MetaMask and click on the networks tab, after which you can click on \u201cCustom RPC.\u201d To Configure your wallet to connect to the BSC Testnet, you can fill out the form as follows:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>NetworkName: BSC Testnet<\/li>\n\n\n\n<li>RPC_URL: https:\/\/data-seed-prebsc-1-s1.binance.org:8545\/\u00a0<\/li>\n\n\n\n<li>Chain_ID: 97<\/li>\n\n\n\n<li>Currency_Symbol: BNB<\/li>\n\n\n\n<li>BlockExplorerURL:\u00a0<a href=\"https:\/\/testnet.bscscan.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/testnet.bscscan.com<\/a><\/li>\n<\/ul>\n\n\n\n<p>With that setup, you can add test BNB to your wallet. To do so, you need to head over to the \u201c<a href=\"https:\/\/testnet.binance.org\/faucet-smart\" target=\"_blank\" rel=\"noreferrer noopener\">Binance Smart Chain Faucet<\/a>\u201d and import your BNB Chain address to get free BNB.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Step 2: Using Remix and OpenZeppelin<\/strong><\/li>\n<\/ul>\n\n\n\n<p>Due to the fact that BSC utilizes EVM, the code for the deployment of the ERC-20 token standard and the BEP-20 token standard is similar.\u00a0<a href=\"https:\/\/docs.openzeppelin.com\/contracts\/2.x\/api\/token\/erc20\" target=\"_blank\" rel=\"noreferrer noopener\">Get the ERC-20 specification from OpenZeppelin<\/a>, and use it in the smart contract. You will also need to visit the\u00a0<a href=\"https:\/\/remix.ethereum.org\/#optimize=false&amp;runs=200&amp;evmVersion=null\" target=\"_blank\" rel=\"noreferrer noopener\">Remix IDE\u00a0<\/a>and start a new Workspace and create a file called BEP20.sol.<\/p>\n\n\n\n<p>In the file you just created, enter the following code:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/\/ contracts\/BEP20.sol\n\/\/ SPDX-License-Identifier: MIT\npragma solidity ^0.8.0;\nimport \"@openzeppelin\/contracts\/token\/ERC20\/ERC20.sol\";\ncontract BEP20 is ERC20 {\n    constructor(uint256 initialSupply) ERC20(\"BEP20Test\", \"BPT\") {\n        _mint(msg.sender, initialSupply);\n    }\n}<\/code><\/pre>\n\n\n\n<p>This will create an InitialSupply amount of tokens in the WEI format. To create 100 tokens, you need to pass the function 100000000000000000000, for example.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Step 3: Deploying the BEP-20 Token<\/strong><\/li>\n<\/ul>\n\n\n\n<p>Within the Initial BEP20.sol file that has been written out, you can deploy it onto the BSC testnet. To do so, click on the BEP20.sol file and open the solidity compiler tab, where you can change the compiler version and click on \u201cCompile.\u201d&nbsp;<\/p>\n\n\n\n<p>After the contract has been compiled successfully, you can now deploy it. To do so, click on the \u201cDeploy &amp; Run Transactions\u201d tab and change the \u201cEnvironment\u201d tab to Injected Web 3. Here, you need to connect your MetaMask so that you can confirm the transaction.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Step 4: Adding the Token to The Wallet<\/strong><\/li>\n<\/ul>\n\n\n\n<p>You can now add the token to your wallet by clicking on \u201cAdd Token\u201d under the \u201cAssets\u201d tab.<\/p>\n\n\n\n<p>Here, you can paste the contract address from Remix, and you will see the fields get populated automatically. Then, all you have to do is just accept the token.&nbsp;<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"final-words\">Final Words<\/h2>\n\n\n<p>Hopefully, now you know how you can create and integrate a BSC token into your crypto project. Once the cryptocurrencies are in your MetaMask wallet, you are free to implement them in any way you want to.<\/p>\n\n\n\n<p>To keep track of everything as it happens during development, you can\u00a0<a href=\"https:\/\/blockexplorers.nownodes.io\/ethereum\" target=\"_blank\" rel=\"noreferrer noopener\">connect to a NOWNodes node or blockchain explorer<\/a>\u00a0as a means of getting an in-depth look at each transaction as it happens and ensuring that you are sending the cryptocurrencies to the right addresses.<\/p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-palette-color-7-color has-vivid-purple-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/nownodes.io\/pricing\" target=\"_blank\" rel=\"noreferrer noopener\">Get your personal API key<\/a><\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Binance and the BNB Chain (BSC) have grown in popularity tremendously both in the eyes of developers as well as users. If you have ever used Binance or just want to implement a cryptocurrency that follows the BEP-20 token standard and is a part of the BNB Chain (BSC), we have created a step-by-step guide [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":664,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_eb_attr":"","_lmt_disableupdate":"","_lmt_disable":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[122,73,7],"tags":[121,168,211,81,213,40,215,214,39],"class_list":["post-663","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-binance","category-bsc","category-node-guides","tag-binance","tag-binance-smart-chain","tag-bnb","tag-bsc","tag-integrate-token","tag-mainnet","tag-metamask","tag-openzeppelin","tag-tutorial"],"blocksy_meta":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Integrate a BSC Token Into Your Crypto Project\u00a0<\/title>\n<meta name=\"description\" content=\"Step-by-step guide as to how you can create and integrate a BSC token to any web3 project with Remix and OpenZeppelin\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/nownodes.io\/blog\/how-to-integrate-a-bsc-token-into-your-crypto-project\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Integrate a BSC Token Into Your Crypto Project\u00a0\" \/>\n<meta property=\"og:description\" content=\"Step-by-step guide as to how you can create and integrate a BSC token to any web3 project with Remix and OpenZeppelin\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nownodes.io\/blog\/how-to-integrate-a-bsc-token-into-your-crypto-project\/\" \/>\n<meta property=\"og:site_name\" content=\"NOWNodes Blog\" \/>\n<meta property=\"article:published_time\" content=\"2024-05-28T10:05:19+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-05-28T10:05:21+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/05\/Full-Node-Wallet-vs-Light-Wallet-8.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2320\" \/>\n\t<meta property=\"og:image:height\" content=\"1305\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"NOWNodes Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@nownodes\" \/>\n<meta name=\"twitter:site\" content=\"@nownodes\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"NOWNodes Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/nownodes.io\/blog\/how-to-integrate-a-bsc-token-into-your-crypto-project\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/nownodes.io\/blog\/how-to-integrate-a-bsc-token-into-your-crypto-project\/\"},\"author\":{\"name\":\"NOWNodes Team\",\"@id\":\"https:\/\/nownodes.io\/blog\/#\/schema\/person\/c041891469390738b68a2aafe063f93c\"},\"headline\":\"How to Integrate a BSC Token Into Your Crypto Project\u00a0\",\"datePublished\":\"2024-05-28T10:05:19+00:00\",\"dateModified\":\"2024-05-28T10:05:21+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/nownodes.io\/blog\/how-to-integrate-a-bsc-token-into-your-crypto-project\/\"},\"wordCount\":886,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/nownodes.io\/blog\/#organization\"},\"keywords\":[\"Binance\",\"Binance Smart Chain\",\"BNB\",\"BSC\",\"Integrate token\",\"Mainnet\",\"Metamask\",\"OpenZeppelin\",\"Tutorial\"],\"articleSection\":[\"Binance\",\"BSC\",\"Node Guides\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/nownodes.io\/blog\/how-to-integrate-a-bsc-token-into-your-crypto-project\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/nownodes.io\/blog\/how-to-integrate-a-bsc-token-into-your-crypto-project\/\",\"url\":\"https:\/\/nownodes.io\/blog\/how-to-integrate-a-bsc-token-into-your-crypto-project\/\",\"name\":\"How to Integrate a BSC Token Into Your Crypto Project\u00a0\",\"isPartOf\":{\"@id\":\"https:\/\/nownodes.io\/blog\/#website\"},\"datePublished\":\"2024-05-28T10:05:19+00:00\",\"dateModified\":\"2024-05-28T10:05:21+00:00\",\"description\":\"Step-by-step guide as to how you can create and integrate a BSC token to any web3 project with Remix and OpenZeppelin\",\"breadcrumb\":{\"@id\":\"https:\/\/nownodes.io\/blog\/how-to-integrate-a-bsc-token-into-your-crypto-project\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/nownodes.io\/blog\/how-to-integrate-a-bsc-token-into-your-crypto-project\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/nownodes.io\/blog\/how-to-integrate-a-bsc-token-into-your-crypto-project\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog\",\"item\":\"https:\/\/nownodes.io\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Binance\",\"item\":\"https:\/\/nownodes.io\/blog\/category\/binance\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How to Integrate a BSC Token Into Your Crypto Project\u00a0\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/nownodes.io\/blog\/#website\",\"url\":\"https:\/\/nownodes.io\/blog\/\",\"name\":\"NOWNodes Blog\",\"description\":\"Your first-to-go source of development guides, web3 analytics and most recent news about NOWNodes\",\"publisher\":{\"@id\":\"https:\/\/nownodes.io\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/nownodes.io\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/nownodes.io\/blog\/#organization\",\"name\":\"NOWNodes Blog\",\"url\":\"https:\/\/nownodes.io\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/nownodes.io\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/02\/cropped-New-Logo-NN.png\",\"contentUrl\":\"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/02\/cropped-New-Logo-NN.png\",\"width\":1164,\"height\":1164,\"caption\":\"NOWNodes Blog\"},\"image\":{\"@id\":\"https:\/\/nownodes.io\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/twitter.com\/nownodes\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/nownodes.io\/blog\/#\/schema\/person\/c041891469390738b68a2aafe063f93c\",\"name\":\"NOWNodes Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/nownodes.io\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/084e45aa2f2bfa61b9ce9f41af97a74f38e87c065b0d49f23a1bb84727320c2e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/084e45aa2f2bfa61b9ce9f41af97a74f38e87c065b0d49f23a1bb84727320c2e?s=96&d=mm&r=g\",\"caption\":\"NOWNodes Team\"},\"sameAs\":[\"http:\/\/65.108.139.113\"],\"url\":\"https:\/\/nownodes.io\/blog\/author\/nownodes\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Integrate a BSC Token Into Your Crypto Project\u00a0","description":"Step-by-step guide as to how you can create and integrate a BSC token to any web3 project with Remix and OpenZeppelin","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/nownodes.io\/blog\/how-to-integrate-a-bsc-token-into-your-crypto-project\/","og_locale":"en_US","og_type":"article","og_title":"How to Integrate a BSC Token Into Your Crypto Project\u00a0","og_description":"Step-by-step guide as to how you can create and integrate a BSC token to any web3 project with Remix and OpenZeppelin","og_url":"https:\/\/nownodes.io\/blog\/how-to-integrate-a-bsc-token-into-your-crypto-project\/","og_site_name":"NOWNodes Blog","article_published_time":"2024-05-28T10:05:19+00:00","article_modified_time":"2024-05-28T10:05:21+00:00","og_image":[{"width":2320,"height":1305,"url":"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/05\/Full-Node-Wallet-vs-Light-Wallet-8.jpg","type":"image\/jpeg"}],"author":"NOWNodes Team","twitter_card":"summary_large_image","twitter_creator":"@nownodes","twitter_site":"@nownodes","twitter_misc":{"Written by":"NOWNodes Team","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/nownodes.io\/blog\/how-to-integrate-a-bsc-token-into-your-crypto-project\/#article","isPartOf":{"@id":"https:\/\/nownodes.io\/blog\/how-to-integrate-a-bsc-token-into-your-crypto-project\/"},"author":{"name":"NOWNodes Team","@id":"https:\/\/nownodes.io\/blog\/#\/schema\/person\/c041891469390738b68a2aafe063f93c"},"headline":"How to Integrate a BSC Token Into Your Crypto Project\u00a0","datePublished":"2024-05-28T10:05:19+00:00","dateModified":"2024-05-28T10:05:21+00:00","mainEntityOfPage":{"@id":"https:\/\/nownodes.io\/blog\/how-to-integrate-a-bsc-token-into-your-crypto-project\/"},"wordCount":886,"commentCount":0,"publisher":{"@id":"https:\/\/nownodes.io\/blog\/#organization"},"keywords":["Binance","Binance Smart Chain","BNB","BSC","Integrate token","Mainnet","Metamask","OpenZeppelin","Tutorial"],"articleSection":["Binance","BSC","Node Guides"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/nownodes.io\/blog\/how-to-integrate-a-bsc-token-into-your-crypto-project\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/nownodes.io\/blog\/how-to-integrate-a-bsc-token-into-your-crypto-project\/","url":"https:\/\/nownodes.io\/blog\/how-to-integrate-a-bsc-token-into-your-crypto-project\/","name":"How to Integrate a BSC Token Into Your Crypto Project\u00a0","isPartOf":{"@id":"https:\/\/nownodes.io\/blog\/#website"},"datePublished":"2024-05-28T10:05:19+00:00","dateModified":"2024-05-28T10:05:21+00:00","description":"Step-by-step guide as to how you can create and integrate a BSC token to any web3 project with Remix and OpenZeppelin","breadcrumb":{"@id":"https:\/\/nownodes.io\/blog\/how-to-integrate-a-bsc-token-into-your-crypto-project\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nownodes.io\/blog\/how-to-integrate-a-bsc-token-into-your-crypto-project\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/nownodes.io\/blog\/how-to-integrate-a-bsc-token-into-your-crypto-project\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog","item":"https:\/\/nownodes.io\/blog"},{"@type":"ListItem","position":2,"name":"Binance","item":"https:\/\/nownodes.io\/blog\/category\/binance"},{"@type":"ListItem","position":3,"name":"How to Integrate a BSC Token Into Your Crypto Project\u00a0"}]},{"@type":"WebSite","@id":"https:\/\/nownodes.io\/blog\/#website","url":"https:\/\/nownodes.io\/blog\/","name":"NOWNodes Blog","description":"Your first-to-go source of development guides, web3 analytics and most recent news about NOWNodes","publisher":{"@id":"https:\/\/nownodes.io\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/nownodes.io\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/nownodes.io\/blog\/#organization","name":"NOWNodes Blog","url":"https:\/\/nownodes.io\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/nownodes.io\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/02\/cropped-New-Logo-NN.png","contentUrl":"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/02\/cropped-New-Logo-NN.png","width":1164,"height":1164,"caption":"NOWNodes Blog"},"image":{"@id":"https:\/\/nownodes.io\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/twitter.com\/nownodes"]},{"@type":"Person","@id":"https:\/\/nownodes.io\/blog\/#\/schema\/person\/c041891469390738b68a2aafe063f93c","name":"NOWNodes Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/nownodes.io\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/084e45aa2f2bfa61b9ce9f41af97a74f38e87c065b0d49f23a1bb84727320c2e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/084e45aa2f2bfa61b9ce9f41af97a74f38e87c065b0d49f23a1bb84727320c2e?s=96&d=mm&r=g","caption":"NOWNodes Team"},"sameAs":["http:\/\/65.108.139.113"],"url":"https:\/\/nownodes.io\/blog\/author\/nownodes"}]}},"modified_by":"NOWNodes Team","_links":{"self":[{"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/posts\/663","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/comments?post=663"}],"version-history":[{"count":2,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/posts\/663\/revisions"}],"predecessor-version":[{"id":666,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/posts\/663\/revisions\/666"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/media\/664"}],"wp:attachment":[{"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/media?parent=663"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/categories?post=663"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/tags?post=663"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}