Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
StarkNext is a boilerplate to help you build your next dapp on Starknet using NextJs and Jotai
StarkNext is a Next.js and Jotai boilerplate for building decentralized applications (DApps) on the Starknet zkRollup layer-2 network, with pre-configured Starknet wallet connections and a custom wallet modal.
StarkNext is a quick-start template that gives developers a working Next.js application pre-wired for Starknet wallet connections. It takes a fresh Git clone as input and produces a local development DApp scaffold running with npm run dev. The template is published on GitHub under the swiiny account and uses Starknet as its underlying layer-2 scaling network.
get-starknet-core library, allowing developers to implement their own wallet connection UI instead of using a fixed default.The quick start describes a straightforward workflow: clone the repository from GitHub, install dependencies with npm install, and start the development server with npm run dev. The template includes all the boilerplate needed to connect to Starknet wallets, so the running application is immediately a Starknet-connected DApp scaffold.
StarkNext uses Next.js as the React framework, Jotai for state management, and Starknet as the layer-2 blockchain network. The wallet connection is built on top of the get-starknet-core library.
Clone the repository, run npm install to install dependencies, and then run npm run dev to start the development server locally.
Get-starknet-core is the library that StarkNext uses to build its custom wallet modal. It provides the underlying functionality for connecting to Starknet wallets, while StarkNext lets you design the modal UI yourself.
StarkNext is a boilerplate. It gives you the frontend foundation with wallet connection, but you build the actual DApp logic on top of it.
