Visit demo here (still work in progress)
Launch your tokens with ease! Stacks Token Factory let's you easily create your own decentralized tokens on the Stacks network using a simple form.
- Generate Clarity code for smart contracts based on entered parameters
- Create fungible tokens
- With or without fixed total supply
- Implement minting and burning functions
- Allow only the creator of the contract to mint/burn tokens
- Create non-fungible tokens (NFTs)
- Create fungible tokens
- Deploy generated smart contracts on the Stacks network
- Connect your wallet (you might need to refresh the website after)
- Fill out the form with your desired token properties and features
- Click "Preview code and deploy" to review the generated Clarity code for the smart contract
- Deploy the contract to the network (make sure you have enough STX in your wallet to pay the cost and accompanying fees)
You will need a backend server with API for generating the smart contracts from templates. I use the mtrgen-registry API with MTRGen and Pars'Em running on localhost:8000. Then you need to update .env
file with the URL to your API.