-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
133 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,133 @@ | ||
(window.webpackJsonp=window.webpackJsonp||[]).push([[8],{369:function(t,e,r){"use strict";r.r(e);var a=r(44),o=Object(a.a)({},(function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[r("h1",{attrs:{id:"docs"}},[r("a",{staticClass:"header-anchor",attrs:{href:"#docs"}},[t._v("#")]),t._v(" Docs")]),t._v(" "),r("p",[t._v("Token Generator is a distributed application that runs on the Blockchain (Ethereum or BSC network), using specially-developed Smart Contracts to enable users to build their ERC20 or BEP20 Tokens.")]),t._v(" "),r("p",[t._v("Easily deploy Smart Contract for a Standard, Capped, Mintable, Burnable, Payable|Operable Token.")]),t._v(" "),r("p",[t._v("Create a Token in less than a minute.")]),t._v(" "),r("p",[r("strong",[t._v("No login. No setup. No coding required.")])]),t._v(" "),r("div",{staticClass:"custom-block tip"},[r("p",{staticClass:"custom-block-title"},[t._v("Requisite")]),t._v(" "),r("p",[t._v("To most easily create your ERC20 token, you must first install a browser extension or a mobile app called "),r("a",{attrs:{href:"https://metamask.io/",target:"_blank",rel:"noopener noreferrer"}},[t._v("MetaMask"),r("OutboundLink")],1),t._v(".")])]),t._v(" "),r("h2",{attrs:{id:"erc20"}},[r("a",{staticClass:"header-anchor",attrs:{href:"#erc20"}},[t._v("#")]),t._v(" ERC20")]),t._v(" "),r("ul",[r("li",[r("a",{attrs:{href:"https://bep20.github.io/erc20-generator/",target:"_blank",rel:"noopener noreferrer"}},[t._v("Create ERC20"),r("OutboundLink")],1)]),t._v(" "),r("li",[r("RouterLink",{attrs:{to:"/docs/how-to-create-erc20-token/"}},[t._v("Documentation")])],1)]),t._v(" "),r("h2",{attrs:{id:"bep20"}},[r("a",{staticClass:"header-anchor",attrs:{href:"#bep20"}},[t._v("#")]),t._v(" BEP20")]),t._v(" "),r("ul",[r("li",[r("a",{attrs:{href:"https://bep20.github.io/bep20-generator/",target:"_blank",rel:"noopener noreferrer"}},[t._v("Create BEP20"),r("OutboundLink")],1)]),t._v(" "),r("li",[r("RouterLink",{attrs:{to:"/docs/how-to-create-bep20-token/"}},[t._v("Documentation")])],1)])])}),[],!1,null,null,null);e.default=o.exports}}]); | ||
(window.webpackJsonp = window.webpackJsonp || []).push([ | ||
[8], | ||
{ | ||
369: function (t, e, r) { | ||
"use strict"; | ||
r.r(e); | ||
var a = r(44), | ||
o = Object(a.a)( | ||
{}, | ||
function () { | ||
var t = this, | ||
e = t.$createElement, | ||
r = t._self._c || e; | ||
return r("ContentSlotsDistributor", { attrs: { "slot-key": t.$parent.slotKey } }, [ | ||
r("h1", { attrs: { id: "docs" } }, [ | ||
r("a", { staticClass: "header-anchor", attrs: { href: "#docs" } }, [t._v("#")]), | ||
t._v(" Docs"), | ||
]), | ||
t._v(" "), | ||
r("p", [ | ||
t._v( | ||
"Token Generator is a distributed application that runs on the Blockchain (Ethereum, BSC, Solana, or Polygon network), using specially-developed Smart Contracts to enable users to build their ERC20, BEP20, Solana, or Polygon Tokens." | ||
), | ||
]), | ||
t._v(" "), | ||
r("p", [ | ||
t._v( | ||
"Easily deploy Smart Contract for a Standard, Capped, Mintable, Burnable, Payable|Operable Token." | ||
), | ||
]), | ||
t._v(" "), | ||
r("p", [t._v("Create a Token in less than a minute.")]), | ||
t._v(" "), | ||
r("p", [r("strong", [t._v("No login. No setup. No coding required.")])]), | ||
t._v(" "), | ||
r("div", { staticClass: "custom-block tip" }, [ | ||
r("p", { staticClass: "custom-block-title" }, [t._v("Requisite")]), | ||
t._v(" "), | ||
r("p", [ | ||
t._v("To most easily create your tokens, you must first install a browser extension or a mobile app called "), | ||
r( | ||
"a", | ||
{ attrs: { href: "https://metamask.io/", target: "_blank", rel: "noopener noreferrer" } }, | ||
[t._v("MetaMask"), r("OutboundLink")], | ||
1 | ||
), | ||
t._v("."), | ||
]), | ||
]), | ||
t._v(" "), | ||
r("h2", { attrs: { id: "erc20" } }, [ | ||
r("a", { staticClass: "header-anchor", attrs: { href: "#erc20" } }, [t._v("#")]), | ||
t._v(" ERC20"), | ||
]), | ||
t._v(" "), | ||
r("ul", [ | ||
r("li", [ | ||
r( | ||
"a", | ||
{ attrs: { href: "https://bep20.github.io/erc20-generator/", target: "_blank", rel: "noopener noreferrer" } }, | ||
[t._v("Create ERC20"), r("OutboundLink")], | ||
1 | ||
), | ||
]), | ||
t._v(" "), | ||
r("li", [r("RouterLink", { attrs: { to: "/docs/how-to-create-erc20-token/" } }, [t._v("Documentation")])], 1), | ||
]), | ||
t._v(" "), | ||
r("h2", { attrs: { id: "bep20" } }, [ | ||
r("a", { staticClass: "header-anchor", attrs: { href: "#bep20" } }, [t._v("#")]), | ||
t._v(" BEP20"), | ||
]), | ||
t._v(" "), | ||
r("ul", [ | ||
r("li", [ | ||
r( | ||
"a", | ||
{ attrs: { href: "https://bep20.github.io/bep20-generator/", target: "_blank", rel: "noopener noreferrer" } }, | ||
[t._v("Create BEP20"), r("OutboundLink")], | ||
1 | ||
), | ||
]), | ||
t._v(" "), | ||
r("li", [r("RouterLink", { attrs: { to: "/docs/how-to-create-bep20-token/" } }, [t._v("Documentation")])], 1), | ||
]), | ||
t._v(" "), | ||
r("h2", { attrs: { id: "solana" } }, [ | ||
r("a", { staticClass: "header-anchor", attrs: { href: "#solana" } }, [t._v("#")]), | ||
t._v(" Solana"), | ||
]), | ||
t._v(" "), | ||
r("ul", [ | ||
r("li", [ | ||
r( | ||
"a", | ||
{ attrs: { href: "https://www.createmytoken.online/solana-token-creator/spl-token/", target: "_blank", rel: "noopener noreferrer" } }, | ||
[t._v("Create Solana Token"), r("OutboundLink")], | ||
1 | ||
), | ||
]), | ||
t._v(" "), | ||
r("li", [r("RouterLink", { attrs: { to: "/docs/how-to-create-solana-token/" } }, [t._v("Documentation")])], 1), | ||
]), | ||
t._v(" "), | ||
r("h2", { attrs: { id: "polygon" } }, [ | ||
r("a", { staticClass: "header-anchor", attrs: { href: "#polygon" } }, [t._v("#")]), | ||
t._v(" Polygon"), | ||
]), | ||
t._v(" "), | ||
r("ul", [ | ||
r("li", [ | ||
r( | ||
"a", | ||
{ attrs: { href: "https://bep20.github.io/polygon-generator/", target: "_blank", rel: "noopener noreferrer" } }, | ||
[t._v("Create Polygon Token"), r("OutboundLink")], | ||
1 | ||
), | ||
]), | ||
t._v(" "), | ||
r("li", [r("RouterLink", { attrs: { to: "/docs/how-to-create-polygon-token/" } }, [t._v("Documentation")])], 1), | ||
]), | ||
]); | ||
}, | ||
[], | ||
!1, | ||
null, | ||
null, | ||
null | ||
); | ||
e.default = o.exports; | ||
}, | ||
}, | ||
]); |