A script and a boilerplate
@create-soroban-dapp is both a npx script and a boilerplate dapp for kickstarting any of your ideas for a Soroban-based Dapp.
Largely inspired by the ink!athon project by Scio Labs and by @create-t3-app by T3 Open Source for the script mechanisms.
Check the LIVE VERSION
of the dapp that is already utilizing a deployed testnet contract!
Structure
@create-soroban-dapp
is composed of two things:
-
A boilerplate dapp utilizing the @soroban-react.
-
A npx script that allows developers to quickstart their project via the command line and
npx create-soroban-dapp
. Using the script will help them set up the boilerplate dapp.