scaffold-stark-2
Build, test, and deploy Starknet dApps end-to-end
All Skills in This Repository (5)
Pure Emerald Level Indicatorsstark-smoke-test
Orchestrate devnet, contract deployment, and browser-based testing for Starknet dapps.
stark-sync-phase2
Audit and repair GitHub Actions workflows for repository synchronization.
stark-demo-video
Record verifiable Starknet demo videos with CLI deployments and wallet interactions.
stark-cdp-with-wallet
Automate Braavos wallet unlock, connect, and transaction approval via Chrome DevTools Protocol.
stark-update-phase1
Analyze and validate Scaffold-Stark-2 dependency versions against live registry data.
Frequently Asked Questions
FAQPage SchemaHow to install Scaffold-Stark?โผ
Run `npx skills add Scaffold-Stark/scaffold-stark-2 --all -g -y` in your terminal to install all skills in this suite globally.
What is Scaffold-Stark used for?โผ
It is a toolkit for building decentralized applications on Starknet, combining Cairo smart contracts, a Next.js frontend, wallet connectors, and ready-made web3 components.
How do I deploy a smart contract to Starknet Sepolia?โผ
Configure your Sepolia account and RPC environment variables, set targetNetworks to sepolia in scaffold.config.ts, then run yarn deploy. The included smoke-test skill can verify the deploy on-chain.
Can AI agents test my Starknet dApp automatically?โผ
Yes. The stark-smoke-test skill runs a 14-step end-to-end gate that starts a local devnet, deploys contracts, drives Chrome over CDP, and reports a clear pass or fail.
Does Scaffold-Stark work with Claude Code and Cursor?โผ
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, and other compatible coding environments.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core