ℹ️ Fully decentralized application for DAO managing on TON blockchain using governance tokens (jettons).
❤️ I'll be very grateful for any kind of contribution: code, docs, issues, bug reports, github stars or whatever
This is default Tact blueprint project with default commands:
npm run build
- build project and compile contractsnpm test
- run contracts testsnpx blueprint run
- execute script from/scripts
directory
To work with project locally you will need Node.js version 22+. Clone this repo and run the following command to install dependencies
npm i
The following command will compile contract source code. TVM byte code files will be stored in build/
directory.
npm run build
npm run build
- build project and compile contractsnpm test
- run contracts testsnpx blueprint run
- execute script from/scripts
directory