ℹ️ Web application for deploying jettons and interacting with TON smart contracts.
❤️ Any contributions are welcome. Feel free to open pull requests, issues, bug reports, feature proposals or anything else
🌍 Last version of application automatically deploys at minter.supadupa.space by pushing to master
branch
🆕 Jetton deploy:
Using this application you can deploy new TON Jetton. This application is based on our Jetton standard implementation written in Tact language. This implementation build with goal to store full metadata on-chain and be usable with DAO. More about this jetton implementation you can read in it's repo
🎚️ Smart contract dev tools:
This application provides functionality to interact with TON smart contracts. Application fetch contract ABI uploaded using TON Verifier from IPFS and generate UI for it. At the moment application works only with verified contracts, but in future it will be improved.
You can see example of jetton management here
If you find wrong translation, typo etc, please open Pull Request with fixes. You can find translation files in src/i18n/
directory.
Supported languages:
- English -
src/i18n/en.json
- Russian -
src/i18n/ru.json
This is default Tact blueprint project with default commands:
npm i
- install dependencies and setup projectnpm run dev
- run development web server with hot reaload compilationnpm run build
- check types and compile for productionnpm run lint
- run ESLint
public/
- directory with public files with access from root directory in deployed websitesrc/
- all source codes of applicationassets/
- static assets directorycomponents/
- Vue components directoryi18n/
- translations filesrouter/
- vue-router configuration filesutils/
- non-Vue utilsviews/
- big Vue components on which vue-router refers to