Skip to content

[WIP] TON blockchain dApp for DAO management using governance tokens (jettons)

License

Notifications You must be signed in to change notification settings

supadupadao/skipper

Skipper 🐧

Build status GitHub License TON Tact Work in progress

ℹ️ Fully decentralized application for DAO managing on TON blockchain using governance tokens (jettons).

⚠️ Warning! Work in progress! Development of this project is not done!

❤️ I'll be very grateful for any kind of contribution: code, docs, issues, bug reports, github stars or whatever

Development

This is default Tact blueprint project with default commands:

  • npm run build - build project and compile contracts
  • npm test - run contracts tests
  • npx blueprint run - execute script from /scripts directory

Docs

Our gitbook:

Development

Prerequisites

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

How to build contract

The following command will compile contract source code. TVM byte code files will be stored in build/ directory.

npm run build

All allowed commands

  • npm run build - build project and compile contracts
  • npm test - run contracts tests
  • npx blueprint run - execute script from /scripts directory

License

GNU GENERAL PUBLIC LICENSE 3.0