0.2.4 • Published 4 months ago

create-starknetkit-app v0.2.4

Weekly downloads
-
License
-
Repository
-
Last release
4 months ago

StarknetKit's Template

Taking your dapp from development to production should be easy! To simplify your development process, we introduce the create-starknetkit-app Template.

This Template uses Nextjs and Starknetkit, with an option to bootstrap with starknet-react.

Getting Started

To spin up a starknet dapp using create-starknetkit-app, run:

npx create-starknetkit-app [app-name]

where app-name should be the project name.

This command spins up a basic starknetkit project, with the default connection options.

StarknetKit + Starknet-react

We also provide a template that includes starknet-react by default. To spin this up:

npx create-starknetkit-app [app-name] starknet-react

Running your dApp

After installation, change your directory and run your app:

cd my-app
npm run dev
0.2.3

4 months ago

0.2.4

4 months ago

0.2.2

6 months ago

0.2.1

7 months ago

0.2.0

7 months ago

0.1.5

8 months ago

0.1.4

8 months ago

0.1.2

8 months ago

0.1.1

8 months ago

0.1.0

8 months ago