Skip to content

TOKEDO-project/token-creator

Repository files navigation


The Tokedo Token Creator is a standalone client application that allows you to build all the smart contracts required for a token sale, even without knowing anything about smart contract development.
From the issuance of an ERC20/ERC223 standard token to the launch of an ICO, our software has got you covered.
You don’t need to know how to program a smart contract. The Token Creator takes care of all the technical subtleties, leaving you the possibility to customize your token and token sales as you please.

Visit the DAPP online at: creator.tokedo.io


Token Creator uses Ethereum Blockchain, React.js, Redux, React Router, Metamask and Atomax Wallet for rapid application development.



Use Tokedo Token Creator either in Mainnet or in Testnet

Install

  • Clone the repo with HTTPS

Use Git with the web URL:

git clone https://github.com/TOKEDO-project/token-creator.git
  • OR Clone the repo with SSH

Use an SSH key and passphrase from account:

git clone git@github.com:TOKEDO-project/token-creator.git
  • Install dependencies with npm.
$ cd token-creator
$ npm i

Run

Start the app in the dev environment.

$ npm run dev

💡 If browser doesn't open automatically, then go to your browser and type the url http://0.0.0.0:8080.

Modify .env file

  • Ganache

For making tests in Ganache environment in local blockchain, insert the value in the .env file:

PRIVATE_KEY=0x...
  • Select Network

Insert in which network you want to use the project:

You can select Rinkeby Network

NET=rinkeby

or Mainnet Network

NET=main

💡 Use Rinkeby for testing

How to use Token Creator

⚠️ Install metamask in your browser or download Atomax wallet for ios or android. ⚠️

For more details please visit our help page .

Maintainers

News

Keep up with our news! Check out our [Tokedo Blog]

Sponsors

Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]

Donate to support the project

BTC: 1GErahqriaJuin4yK87SXdeZipKFVDSqA3

ETH: 0x4c192975263c0054F04279Ac9b9f58095F3E2456

Social

Join us on:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published