Skip to content

jayendra08/Basic-Token

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 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