{"id":51727074,"url":"https://github.com/supadupadao/skipper","last_synced_at":"2026-08-06T04:00:36.495Z","repository":{"id":261476256,"uuid":"881999244","full_name":"supadupadao/skipper","owner":"supadupadao","description":"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.","archived":false,"fork":false,"pushed_at":"2025-07-23T19:19:38.000Z","size":262,"stargazers_count":11,"open_issues_count":8,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-23T21:53:53.637Z","etag":null,"topics":["blockchain","dao","dapp","governance","jetton","proposal","proposal-contract","smart-contracts","tact","tact-lang","theopennetwork","ton","ton-blockchain","toncoin","voting"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/supadupadao.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":"docs/GOVERNANCE.md","roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-11-01T17:02:12.000Z","updated_at":"2025-07-23T19:19:41.000Z","dependencies_parsed_at":"2025-02-23T10:23:46.066Z","dependency_job_id":"c4ae0624-c0d8-4f6a-8f42-5b76d422cd60","html_url":"https://github.com/supadupadao/skipper","commit_stats":null,"previous_names":["supadupadao/skipper"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/supadupadao/skipper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supadupadao%2Fskipper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supadupadao%2Fskipper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supadupadao%2Fskipper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supadupadao%2Fskipper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/supadupadao","download_url":"https://codeload.github.com/supadupadao/skipper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supadupadao%2Fskipper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36327349,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-08-06T02:00:07.852Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blockchain","dao","dapp","governance","jetton","proposal","proposal-contract","smart-contracts","tact","tact-lang","theopennetwork","ton","ton-blockchain","toncoin","voting"],"created_at":"2026-07-17T21:00:27.219Z","updated_at":"2026-08-06T04:00:36.443Z","avatar_url":"https://github.com/supadupadao.png","language":"TypeScript","funding_links":[],"categories":["Smart contracts [↑](#contents)"],"sub_categories":["Debugging"],"readme":"# Skipper 🐧 – DAO Smart Contracts on TON\n\n[![Build status](https://img.shields.io/github/actions/workflow/status/supadupadao/skipper/ci.yml?label=CI)](https://github.com/supadupadao/skipper/actions/workflows/ci.yml)\n[![GitHub License](https://img.shields.io/github/license/supadupadao/skipper)](https://github.com/supadupadao/skipper/blob/master/LICENSE)\n[![TON](https://img.shields.io/badge/blockchain-TON-0098EA)](https://ton.org)\n[![Tact](https://img.shields.io/badge/lang-Tact-000000)](https://github.com/tact-lang/tact)\n[![Work in progress](https://img.shields.io/badge/WORK%20IN%20PROGRESS-DO%20NOT%20USE%20IN%20PRODUCTION-ff0000)](https://github.com/supadupadao/jetton/issues)\n\nSkipper 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.\n\n\u003e ⚠️ This project is in active development. It is **not yet production-ready**.\n\n---\n\n## ✨ Features\n\n* ✅ Fully onchain DAO logic with no offchain dependencies\n* 🔒 Governance through locked jettons\n* 🗳 Voting with quorum and majority rules\n* ⚙️ Smart contract system written in [Tact](https://tact-lang.org)\n* 🧪 Gas-efficient and testable via Blueprint\n* 🌐 Web UI available: [dao.supadupa.space](http://dao.supadupa.space)\n\n---\n\n## 📦 Development\n\nThis is a standard [Tact Blueprint](https://github.com/ton-org/blueprint) project.\n\n### Setup\n\n```bash\nnpm i\n```\n\nRequires Node.js **v22+**.\n\n### Commands\n\n| Command                      | Description                         |\n| ---------------------------- | ----------------------------------- |\n| `npm run build`              | Compile all contracts               |\n| `npm test`                   | Run unit tests                      |\n| `npx blueprint run \u003cscript\u003e` | Run a script from `scripts/` folder |\n\n---\n\n## 🧪 Scripts\n\nSee [`DEPLOY.md`](docs/DEPLOY.md) for full CLI deployment guide.\n\nUseful scripts:\n\n* `deployMinter` – deploys DAO Minter contract\n* `deploySkipper` – deploys Skipper instance (requires `JETTON_MASTER_ADDRESS`)\n\nSome early testing scripts (`lockJettons`, `voteProposal`, `newProposal`) are deprecated — use the Web UI instead.\n\n---\n\n## 📚 Documentation\n\nDocs are available in the GitBook:\n\n* [docs.supadupa.space/skipper](https://docs.supadupa.space/skipper)\n\nOr browse inline docs:\n\n* [Governance Principles](docs/GOVERNANCE.md)\n* [Architecture](docs/ARCHITECTURE.md)\n* [Contributing Guide](docs/CONTRIBUTING.md)\n* [Deployment Guide](docs/DEPLOY.md)\n\n---\n\n## 🤝 Contributing\n\nWe welcome any contributions: code, issues, documentation, UI, feedback.\nStar the repo ⭐ or drop in with a suggestion!\n\nSee [`CONTRIBUTING.md`](docs/CONTRIBUTING.md) for how to get started.\n\n---\n\n## 📄 License\n\n[GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsupadupadao%2Fskipper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsupadupadao%2Fskipper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsupadupadao%2Fskipper/lists"}