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.
Check out the platform TokenMaker.
- 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.
- 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.
First, clone the repository:
git clone https://github.com/preetsinghmakkar/TokenMaker.git
cd TokenMakernpm install
# or
yarn install
# or
pnpm install
# or
bun installnpm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository.
- Create a feature branch.
- Commit your changes.
- Push to the branch.
- Open a Pull Request.
This project is licensed under the MIT License.
Preet Singh
