Scaffold-Stark
Open-source toolkit for building dApps on Starknet
Built using NextJS, Starknet.js, Scarb, Starknet-React, Starknet Foundry and Typescript. Designed to make it easier for developers to create, deploy and interact with smart contracts.
git clone https://github.com/Scaffold-Stark/scaffold-stark-2.git
npx create-stark@latest
DEBUG CONTRACTS
Your frontend auto-adapts to your smart contract as you edit it.
Debug and refine your smart contracts with a live-updating frontend. Scaffold-Stark is an ideal stack for progressing from rapid prototyping to production-grade dApps.
COMPONENTS
Collection of common web3 components to quickly build your frontend.
Accelerate your dapp development using our pre-built components for common web3 use cases.
CUSTOM HOOKS
Collection of React hooks wrapper
around starknet-react
Simplify interactions with smart contracts with typescript autocompletion
const { writeAsync } = useScaffoldWriteContract({
contractName: "MyContract",
functionName: "myFunction",
args: [arg1, arg2],
options: "",
}
});
COMPONENTS
Collection of common web3 components to quickly build your frontend.
Accelerate your dapp development using our pre-built components for common web3 use cases.
Community
You can build and learn together with our community, joining over 800 members in creating products, prototypes, and tutorials to enrich the web3 ecosystem.