Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Full-stack boilerplate for ink! smart contracts on PolkaVM with Next.js frontend and type-safe Papi bindings.
inkathon is an open-source boilerplate for building full-stack dApps on Polkadot with ink! smart contracts, pairing a Rust contract backend with a Next.js frontend.
inkathon is a full-stack boilerplate for developing decentralized applications on Polkadot using ink! smart contracts. It takes a Rust-based ink! contract project and a Next.js frontend as its primary inputs, and produces a deployable dApp with type-safe TypeScript contract interactions. The boilerplate runs on PolkaVM and is maintained by scio-labs, with over 200 GitHub stars and more than 250 public projects depending on it.
bunx create-inkathon-app@latest, then run bun run dev.The quickstart flow is: install Node.js v20+ and Bun, run bunx create-inkathon-app@latest, enter the generated project folder, and start the dev server with bun run dev. The boilerplate includes Rust smart-contract tooling for compiling ink! contracts and a Next.js frontend that talks to the chain through Papi.
inkathon is a full-stack boilerplate for building decentralized applications on Polkadot with ink! smart contracts. It provides a preconfigured Rust contract backend and a Next.js frontend with type-safe interactions, so developers can focus on business logic instead of setup.
You need Node.js v20+ and Bun installed. Then run bunx create-inkathon-app@latest, change into the generated project folder, and run bun run dev to start the development environment.
Yes, inkathon v6 is built specifically for ink! v6 and PolkaVM. It replaces the older v5-compatible setup, which remains available on the v1 branch of the repository.
inkathon uses Bun as the package runner, Next.js 15 and React 19 for the frontend, Tailwind CSS v4 for styling, Rust for ink! smart contracts, and Papi for type-safe contract interactions.
Yes, inkathon is open source under the GPL v3 license. You can use it, modify it, and build commercial projects on it as long as you comply with the license terms.
