{"id":50888908,"url":"https://github.com/ton-org/kit","last_synced_at":"2026-06-15T19:32:02.740Z","repository":{"id":326386116,"uuid":"1041223821","full_name":"ton-org/kit","owner":"ton-org","description":"Monorepo for @ton/walletkit, @ton/appkit and their components","archived":false,"fork":false,"pushed_at":"2026-06-15T01:20:07.000Z","size":27637,"stargazers_count":50,"open_issues_count":15,"forks_count":21,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-06-15T02:25:16.504Z","etag":null,"topics":["blockchain","jetton","nft","ton","ton-connect","tonconnect","walletkit"],"latest_commit_sha":null,"homepage":"https://walletkit-demo-wallet.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ton-org.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-20T07:01:46.000Z","updated_at":"2026-06-12T00:43:02.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ton-org/kit","commit_stats":null,"previous_names":["ton-connect/kit","ton-org/kit"],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/ton-org/kit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ton-org%2Fkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ton-org%2Fkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ton-org%2Fkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ton-org%2Fkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ton-org","download_url":"https://codeload.github.com/ton-org/kit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ton-org%2Fkit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34377872,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","response_time":63,"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","jetton","nft","ton","ton-connect","tonconnect","walletkit"],"created_at":"2026-06-15T19:32:01.718Z","updated_at":"2026-06-15T19:32:02.735Z","avatar_url":"https://github.com/ton-org.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AppKit, WalletKit and AgentKit monorepo\n\nThis is a TON developer toolkit monorepo for building dApps, wallets, and agent integrations around TON.\n\n[![Release](https://github.com/ton-connect/kit/actions/workflows/release.yml/badge.svg?branch=release)](https://github.com/ton-connect/kit/actions/workflows/release.yml)\n[![Tests](https://github.com/ton-connect/kit/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/ton-connect/kit/actions/workflows/test.yml)\n\n## Packages\n\n- **AppKit** (`@ton/appkit`, `@ton/appkit-react`) - the user-facing layer for integrating TON into Mini Apps and dApps. It provides primitives, typed React hooks, and drop-in components for wallet connection, Toncoin, Jettons, NFTs, TON DNS, swaps, and liquid staking, with TON Connect v3, embedded wallets, gasless flows, and widgets on the roadmap. Start with the [AppKit README](https://github.com/ton-connect/kit/blob/main/packages/appkit/README.md) and [AppKit React README](https://github.com/ton-connect/kit/blob/main/packages/appkit-react/README.md).\n- **WalletKit** (`@ton/walletkit`) - the wallet-side layer for custodial and non-custodial wallets. It handles TON Connect requests, sign-data, transactions, exact money-flow previews, asset reads/transfers, multi-wallet state, pluggable signers, web/mobile/extension integrations, and custodial backend use cases while keeping key-management control with the wallet. Start with the [WalletKit README](https://github.com/ton-connect/kit/blob/main/packages/walletkit/README.md).\n- **AgentKit** (`@ton/mcp`) - TON's entry point for machines. It exposes TON to LLM agents through the Model Context Protocol and also includes a CLI for direct tool execution, with one-line MCP client connection, on-chain actions, agentic wallet workflows, and reusable skills from the open repo. Start with the [@ton/mcp README](https://github.com/ton-connect/kit/blob/main/packages/mcp/README.md).\n\n## Demos\n\n- [AppKit Minter](https://appkit-minter.vercel.app/) - dApp demo for AppKit actions, NFT minting, assets, swap, and staking. Source: [apps/appkit-minter](https://github.com/ton-connect/kit/tree/main/apps/appkit-minter).\n- [WalletKit Demo Wallet](https://walletkit-demo-wallet.vercel.app/) - reference wallet implementation. Source: [apps/demo-wallet](https://github.com/ton-connect/kit/tree/main/apps/demo-wallet).\n\n## Development\n\n```bash\npnpm install\npnpm docs:update\npnpm build\npnpm typecheck\npnpm lint\npnpm quality\n```\n\nFor package-specific work, use `pnpm --filter \u003cpackage\u003e \u003cscript\u003e`, for example:\n\n```bash\npnpm --filter @ton/appkit test\npnpm --filter @ton/walletkit typecheck\npnpm --filter @ton/mcp build\n```\n\n## Resources\n\n- [TON Connect Protocol](https://github.com/ton-blockchain/ton-connect) - protocol specification and reference materials.\n- [DeepWiki: ton-connect/kit](https://deepwiki.com/ton-connect/kit) - generated repository knowledge base.\n- [AppKit Minter](https://appkit-minter.vercel.app/) and [WalletKit Demo Wallet](https://walletkit-demo-wallet.vercel.app/) - deployed demos.\n\n## License\n\nThis repository is licensed under the [MIT License](https://github.com/ton-connect/kit/blob/main/LICENSE).\n\n\u003c!--\nThis file is auto-generated. Do not edit manually.\nChanges will be overwritten when running the docs update script.\nSource template: template/README.md\n--\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fton-org%2Fkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fton-org%2Fkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fton-org%2Fkit/lists"}