SkillAgentSearch skills...

Skipper

Decentralized application built on the TON blockchain for managing DAOs via governance tokens (jettons). Implemented in Tact smart contract language. Features include proposal creation, token-based voting, and transparent on-chain governance.

Install / Use

/learn @supadupadao/Skipper

README

Skipper 🐧 – DAO Smart Contracts on TON

Build status GitHub License TON Tact Work in progress

Skipper is a fully onchain DAO framework built on the TON blockchain. It allows communities to create, manage, and govern decentralized treasuries using jetton-based voting power.

⚠️ This project is in active development. It is not yet production-ready.


✨ Features

  • ✅ Fully onchain DAO logic with no offchain dependencies
  • 🔒 Governance through locked jettons
  • 🗳 Voting with quorum and majority rules
  • ⚙️ Smart contract system written in Tact
  • 🧪 Gas-efficient and testable via Blueprint
  • 🌐 Web UI available: dao.supadupa.space

📦 Development

This is a standard Tact Blueprint project.

Setup

npm i

Requires Node.js v22+.

Commands

| Command | Description | | ---------------------------- | ----------------------------------- | | npm run build | Compile all contracts | | npm test | Run unit tests | | npx blueprint run <script> | Run a script from scripts/ folder |


🧪 Scripts

See DEPLOY.md for full CLI deployment guide.

Useful scripts:

  • deployMinter – deploys DAO Minter contract
  • deploySkipper – deploys Skipper instance (requires JETTON_MASTER_ADDRESS)

Some early testing scripts (lockJettons, voteProposal, newProposal) are deprecated — use the Web UI instead.


📚 Documentation

Docs are available in the GitBook:

Or browse inline docs:


🤝 Contributing

We welcome any contributions: code, issues, documentation, UI, feedback. Star the repo ⭐ or drop in with a suggestion!

See CONTRIBUTING.md for how to get started.


📄 License

GNU General Public License v3.0

Related Skills

View on GitHub
GitHub Stars12
CategoryDevelopment
Updated2mo ago
Forks2

Languages

TypeScript

Security Score

95/100

Audited on Jan 30, 2026

No findings