Skip to content

ramkiranb95/Ethereum-ERC20-Token-generator

Repository files navigation

ERC20-Token-Creator-DApp-using-Ethereum-and-React

A platform to create your own TOKEN with few clicks!!!

Website: https://raghu-19.github.io/token-creator/

Youtube link for the demo: https://www.youtube.com/watch?v=KX519Rfi3mc&feature=youtu.be and https://www.youtube.com/watch?v=Ho-Ryrdui08&feature=youtu.be

Add a .env in the root directory and /client directory

Add these variables in .env file in root directory:

MNEMONIC=#mnemonic

API_KEY=# rinkeby api url

ACCOUNT=#owner's address

PVT_KEY=#owner's private key

Add the following in your .env file of /client directory:

REACT_APP_MNEMONIC=#mnemonic

REACT_APP_API_KEY=#api key url

REACT_APP_ACCOUNT=#owner's account

REACT_APP_PVT_KEY=#owner's pvt key

Then from the root folder, do the following steps:

truffle compile --all

truffle migrate --reset --network rinkeby

after that, move to /client directory and run:

npm start

and you will see the following page:

token-creator

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published