https://github.com/letieu/coin_gen
Tool for generate BEP20, ERC20 token
https://github.com/letieu/coin_gen
bep20 blockchain crypto erc20 token
Last synced: 5 months ago
JSON representation
Tool for generate BEP20, ERC20 token
- Host: GitHub
- URL: https://github.com/letieu/coin_gen
- Owner: letieu
- License: mit
- Created: 2021-12-28T15:58:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-19T17:02:27.000Z (over 3 years ago)
- Last Synced: 2025-10-14T11:34:09.853Z (9 months ago)
- Topics: bep20, blockchain, crypto, erc20, token
- Language: Solidity
- Homepage: https://coingen20.netlify.app/
- Size: 365 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Usage
### Development
Just run and visit http://localhost:3333
```bash
pnpm dev
```
### Build
To build the App, run
```bash
pnpm build
```
## Made with Vitesse template (Vue3 + Vite)
[Vitesse](https://github.com/antfu/vitesse)