https://github.com/ton-blockchain/minter
Jetton Deployer Frontend
https://github.com/ton-blockchain/minter
hacktoberfest
Last synced: over 1 year ago
JSON representation
Jetton Deployer Frontend
- Host: GitHub
- URL: https://github.com/ton-blockchain/minter
- Owner: ton-blockchain
- License: mit
- Created: 2022-06-01T11:56:12.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-10T06:42:59.000Z (over 1 year ago)
- Last Synced: 2025-04-03T17:11:45.564Z (over 1 year ago)
- Topics: hacktoberfest
- Language: TypeScript
- Homepage:
- Size: 68.8 MB
- Stars: 172
- Watchers: 18
- Forks: 114
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Minter - Webclient
An open source Jetton deployer webapp, based on [jetton contracts starter template](https://github.com/ton-blockchain/minter-contract).
## How to use
Instructions:
Make sure you have a TON wallet with at least 0.25 TON balance.
Use your web browser to open the site of the deploy form: https://minter.ton.org
To use the Testnet version open this link: https://minter.ton.org?testnet=true
> Safety Notice: The form is based on this repo and served from GitHub Pages
Click the "Connect Wallet" button to connect your wallet.
Fill in the information about your Jetton in the form - choose a name, ticker and image URL.
Deploy and approve the deploy transaction in your wallet.
Once the token is deployed, the deploying wallet will receive all the tokens that were minted, and the form will encourage you to revoke ownership.
## Forking / Running your own instance
> This project is based on [create-react-app](https://create-react-app.dev/).
Clone or fork the project
Run `npm install`
Run `npm start`
Open `http://localhost:3000`
## Is this tool safe?
Yes. See https://github.com/ton-blockchain/minter-contract#qa-is-this-contract-deployer-safe
# License
MIT