Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mahdizarrei/token-generator
Create your own token in this project and manage it here if you like
https://github.com/mahdizarrei/token-generator
dapp ethersjs react smart-contracts web3
Last synced: about 2 months ago
JSON representation
Create your own token in this project and manage it here if you like
- Host: GitHub
- URL: https://github.com/mahdizarrei/token-generator
- Owner: mahdiZarrei
- License: mit
- Created: 2024-08-10T09:59:17.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-15T10:03:39.000Z (5 months ago)
- Last Synced: 2024-08-15T11:37:29.948Z (5 months ago)
- Topics: dapp, ethersjs, react, smart-contracts, web3
- Language: JavaScript
- Homepage:
- Size: 26.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Token Generator
![Token Generator image](./pic/token%20generator.jpg)
An ERC-20 token is a digital asset on the Ethereum blockchain. It's a standard type of Ethereum token that can be traded and used in applications. They're like "smart" digital coins that can have extra features. With this Dapp, you can manage your ERC20 token.
In this project, you can create your own token without typing a code and just by clicking a few clicks.\
you can track token you made with this Dapp.\
you can manage your tokens in this project.## Home page image
![Home page image](./pic/main.jpg)
## Generator page image
![Generator page image](./pic/Generator.jpg)
## Manager Login page image
![Manager Login page image](./pic/ManagerLogin.jpg)
## Manager page image
![Manager page image](./pic/manager.jpg)
## Clone Repository
```sh
git clone https://github.com/mahdiZarrei/Token-generator.git
cd Token-generator
```## Requirements
[node.js](https://nodejs.org/en/) v10.18.0+ And [Metamask](https://metamask.io/) extension on your browser
## Installation
Use the package manager [npm](https://www.npmjs.com/) to install token generator.
```bash
npm install
```## Usage
```bash
npm run dev
```Open `localhost:5173` to access the application!
## License
MIT