SafeMint is a free token creator and liquidity platform built for the QIE blockchain that focuses on killing scams, rug-pulls, and fake projects by design with a real world impact.
Instead of letting anyone create dangerous tokens, QIEDEX enforces fair launch, locked liquidity, and visible trust signals from day one.
The easiest way to check the project is by pulling the pre-built image.
docker pull madhesh00/tokencreator-frontend
docker run -p 3000:3000 madhesh00/tokencreator-frontend- Access the App: Open
http://localhost:3000
If you want to build the latest version from the source code directly.
- Clone the Repository (if you haven't already):
git clone https://github.com/hari-hara-sudharsan/Blockchain-TokenCreator.git cd Blockchain-TokenCreator - Run with Docker Compose:
docker-compose up --build
- Access the App: Open
http://localhost:3000
If you prefer running without Docker/Containers.
-
Clone the Repository:
git clone https://github.com/hari-hara-sudharsan/Blockchain-TokenCreator.git cd Blockchain-TokenCreator/frontend -
Install Dependencies:
cd frontend npm install npm run devOpen a new terminal to deploy contracts:
cd contract npx hardhat compile npx hardhat run scripts/deploy-factory.js --network qie_testnet
- Access the App: Open
http://localhost:3000(or the port shown in terminal)
User creates a token using QIEDEX’s free creator.
Creator receives 0 pre-mine. Tokens are only obtained by buying or adding liquidity.
100% of provided liquidity is automatically locked for 6–12 months.
Users instantly know whether a token is safe before buying.
flowchart TB
%% =====================
%% Actors
%% =====================
Creator[Creator / Token Owner]
Buyer[Buyers / Investors]
%% =====================
%% Presentation Layer
%% =====================
UI[QIEDEX SafeMint<br/>Web / DApp UI]
%% =====================
%% Application Layer
%% =====================
Backend[Application Backend]
TokenSvc[Token Creation Service]
TrustSvc[Trust Score Engine]
%% =====================
%% Blockchain Layer
%% =====================
Chain[(Blockchain Network)]
Token[Deployed Token Contract]
Liquidity[Liquidity Pool]
Lock[Liquidity Lock Vault]
%% =====================
%% User Flow
%% =====================
Creator --> UI
Buyer --> UI
%% =====================
%% System Flow
%% =====================
UI --> Backend
Backend --> TokenSvc
Backend --> TrustSvc
TokenSvc --> Token
TokenSvc --> Liquidity
Liquidity -->|Lock Liquidity| Lock
TrustSvc --> UI
Token --> Chain
Liquidity --> Chain
Lock --> Chain
| Feature | What It Does (Super Simple) | Which Pain Points It Kills |
|---|---|---|
| Mandatory 6–12 Month Locked Liquidity | Liquidity cannot be removed early | Kills rug-pulls forever |
| Fair Launch by Default | Creator gets 0 pre-mine | Kills hidden dev wallets |
| Public Trust Display | Safety shown on front page | Users decide in 1 second |
| Real Asset Mode | Locked team tokens + identity | Enables serious projects |
Make sure you have:
- Node.js v18 or above
- npm
- Git
- Docker
| # | Difference | What It Means (Simple) | Why It Matters |
|---|---|---|---|
| 1 | No Rug Possible | Liquidity cannot be removed early | Users cannot be scammed |
| 2 | Mandatory Fair Launch | Creator gets zero pre-mine | No hidden dev advantage |
| 3 | Scam Flagging | Risky tokens are marked clearly | Scammers lose visibility |
| 4 | Serious Asset Support | Real projects get safer launch rules | Real money can enter |
| # | Feature | What It Does | Why It Is Important |
|---|---|---|---|
| 1 | Free Token Creator | Create tokens without cost | Low barrier to entry |
| 2 | Auto-Locked Liquidity | Liquidity is locked by default | Prevents rug pulls |
| 3 | Fair Launch Enforcement | No pre-mine allowed | Equal start for everyone |
| 4 | Real-Asset Launch Mode | Supports serious use cases | Attracts real projects |
| 5 | Public Safety Signals | Safety shown on front page | Reduces user confusion |
| # | Pain Point | What Happens Today | Why It Kills Projects |
|---|---|---|---|
| 1 | Zero Liquidity | Token exists but no trading | Token becomes worthless |
| 2 | Rug Pulls | Dev removes liquidity | Users lose everything |
| 3 | Fake Volume | Dev trades with self | Investors get trapped |
| 4 | No Real Use | Meme tokens only | Tokens die in days |
| 5 | Impermanent Loss | LPs lose money | Liquidity disappears |
| 6 | Scam Flood | 99% fake tokens | Users leave ecosystem |
| 7 | No Serious Assets | No compliance tools | Big money never enters |
MIT