├── README.md ├── css ├── bootstrap.min.css └── bootstrap.min.css.map ├── favicon.ico ├── fonts ├── glyphicons-halflings-regular.eot ├── glyphicons-halflings-regular.svg ├── glyphicons-halflings-regular.ttf ├── glyphicons-halflings-regular.woff └── glyphicons-halflings-regular.woff2 ├── img ├── favicon-16x16.png ├── lang.png └── logo.png ├── index.html ├── js ├── AllTokens.js ├── bootstrap.min.css ├── bootstrap.min.css.map ├── bootstrap.min.js ├── bootstrap.min.js.map ├── config.js ├── contract.js ├── jquery.min.js ├── scan.js ├── sweetAlert.js ├── token.js ├── web3.min.js └── web3.min.js.map ├── loading.gif ├── mm-logo.svg ├── pricing.css ├── script.js ├── style.css └── website.png /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlgoCryptoDapp/Token-Factory/HEAD/README.md -------------------------------------------------------------------------------- /css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlgoCryptoDapp/Token-Factory/HEAD/css/bootstrap.min.css -------------------------------------------------------------------------------- /css/bootstrap.min.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlgoCryptoDapp/Token-Factory/HEAD/css/bootstrap.min.css.map -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlgoCryptoDapp/Token-Factory/HEAD/favicon.ico -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlgoCryptoDapp/Token-Factory/HEAD/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlgoCryptoDapp/Token-Factory/HEAD/fonts/glyphicons-halflings-regular.svg -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlgoCryptoDapp/Token-Factory/HEAD/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlgoCryptoDapp/Token-Factory/HEAD/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlgoCryptoDapp/Token-Factory/HEAD/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /img/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlgoCryptoDapp/Token-Factory/HEAD/img/favicon-16x16.png -------------------------------------------------------------------------------- /img/lang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlgoCryptoDapp/Token-Factory/HEAD/img/lang.png -------------------------------------------------------------------------------- /img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlgoCryptoDapp/Token-Factory/HEAD/img/logo.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlgoCryptoDapp/Token-Factory/HEAD/index.html -------------------------------------------------------------------------------- /js/AllTokens.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlgoCryptoDapp/Token-Factory/HEAD/js/AllTokens.js -------------------------------------------------------------------------------- /js/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlgoCryptoDapp/Token-Factory/HEAD/js/bootstrap.min.css -------------------------------------------------------------------------------- /js/bootstrap.min.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlgoCryptoDapp/Token-Factory/HEAD/js/bootstrap.min.css.map -------------------------------------------------------------------------------- /js/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlgoCryptoDapp/Token-Factory/HEAD/js/bootstrap.min.js -------------------------------------------------------------------------------- /js/bootstrap.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlgoCryptoDapp/Token-Factory/HEAD/js/bootstrap.min.js.map -------------------------------------------------------------------------------- /js/config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlgoCryptoDapp/Token-Factory/HEAD/js/config.js -------------------------------------------------------------------------------- /js/contract.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlgoCryptoDapp/Token-Factory/HEAD/js/contract.js -------------------------------------------------------------------------------- /js/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlgoCryptoDapp/Token-Factory/HEAD/js/jquery.min.js -------------------------------------------------------------------------------- /js/scan.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlgoCryptoDapp/Token-Factory/HEAD/js/scan.js -------------------------------------------------------------------------------- /js/sweetAlert.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlgoCryptoDapp/Token-Factory/HEAD/js/sweetAlert.js -------------------------------------------------------------------------------- /js/token.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlgoCryptoDapp/Token-Factory/HEAD/js/token.js -------------------------------------------------------------------------------- /js/web3.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlgoCryptoDapp/Token-Factory/HEAD/js/web3.min.js -------------------------------------------------------------------------------- /js/web3.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlgoCryptoDapp/Token-Factory/HEAD/js/web3.min.js.map -------------------------------------------------------------------------------- /loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlgoCryptoDapp/Token-Factory/HEAD/loading.gif -------------------------------------------------------------------------------- /mm-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlgoCryptoDapp/Token-Factory/HEAD/mm-logo.svg -------------------------------------------------------------------------------- /pricing.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlgoCryptoDapp/Token-Factory/HEAD/pricing.css -------------------------------------------------------------------------------- /script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlgoCryptoDapp/Token-Factory/HEAD/script.js -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlgoCryptoDapp/Token-Factory/HEAD/style.css -------------------------------------------------------------------------------- /website.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlgoCryptoDapp/Token-Factory/HEAD/website.png --------------------------------------------------------------------------------