Skip to content

preetsinghmakkar/TokenMaker

Repository files navigation

TokenMaker

TokenMaker Logo

TokenMaker is a sophisticated ERC20 token creation platform designed to simplify the process of creating various types of ERC20 tokens. Built with cutting-edge technologies, TokenMaker provides a seamless experience for users to deploy custom tokens on the Ethereum blockchain.

Live Demo

Check out the platform TokenMaker.

Features

  • Mintable Tokens: Create tokens that can be minted by authorized addresses.
  • Burnable Tokens: Create tokens that can be burned, reducing the total supply.
  • Pausable Tokens: Create tokens that can be paused and unpaused, halting all transfers.
  • Capped Tokens: Create tokens with a maximum supply cap.
  • Time-Lock Tokens: Create tokens that are locked for a certain period.

Tech Stack

  • Solidity: Smart contract language for Ethereum.
  • Foundry Framework: Development and testing framework for Solidity.
  • Next.js: React framework for building server-side rendered applications.
  • TypeScript: Superset of JavaScript adding static types.
  • ethers.js: Library for interacting with the Ethereum blockchain.
  • RainbowKit: Tool for integrating wallet connections.
  • Clerk: User authentication and management service.
  • Wagmi: Hooks for working with Ethereum in React.
  • viem: Provides utility functions for Ethereum and smart contracts.

Getting Started

First, clone the repository:

git clone https://github.com/preetsinghmakkar/TokenMaker.git
cd TokenMaker

Install the dependencies:

npm install
# or
yarn install
# or
pnpm install
# or
bun install

Run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

  1. Fork the repository.
  2. Create a feature branch.
  3. Commit your changes.
  4. Push to the branch.
  5. Open a Pull Request.

License

This project is licensed under the MIT License.

Author

Preet Singh

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors