Skip to content

jayendra08/Basic-Token

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🪙 Basic Token Creator

A simple and beginner-friendly web application that allows users to create their own blockchain tokens without writing complex smart contract code.

🚀 Features :

Create custom tokens easily

Set token name, symbol, and total supply

Supports standard token format (ERC-20)

Beginner-friendly UI✅

Quick deployment to blockchain✅

🛠️ Tech Stack

Frontend: HTML, CSS, JavaScript

Blockchain: Ethereum

Smart Contracts: Solidity

Tools: MetaMask, Remix / Hardhat

📦 Installation

Clone the repository:

git clone https://github.com/your-username/basic-token-creator.git

Navigate to the project folder:

cd basic-token-creator

Open index.html in your browser OR run using Live Server (VS Code)

⚙️ Usage

Connect your MetaMask wallet

Enter token details:

Name

Symbol

Total Supply

Click Create Token

Confirm the transaction in MetaMask

Your token will be deployed 🎉

📁 Project Structure basic-token-creator/ │── index.html │── style.css │── script.js │── contract/ │ └── Token.sol │── README.md ⚠️ Disclaimer

This project is for educational purposes only. Do not use it in production without proper security audits.

🤝 Contributing

Pull requests are welcome! Feel free to fork the repo and improve it.

📄 License

This project is licensed under the MIT License.

Address Link : https://lab.stellar.org/smart-contracts/contract-explorer?$=network$id=testnet&label=Testnet&horizonUrl=https:////horizon-testnet.stellar.org&rpcUrl=https:////soroban-testnet.stellar.org&passphrase=Test%20SDF%20Network%20/;%20September%202015;&smartContracts$explorer$contractId=CA5XMTKQIVII5EPNIWQ7TNKSBFK5LO7IZVMJCYVU6EBZK6IN3RMEERSN;;

Contract Address :CA5XMTKQIVII5EPNIWQ7TNKSBFK5LO7IZVMJCYVU6EBZK6IN3RMEERSN image

UI : image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors