StarkWebKit is a powerful React component library for connecting a wallet to your Starknet dApp. It supports the most popular connectors and chains out of the box and provides a beautiful, seamless experience.
- π‘ TypeScript Ready β Get types straight out of the box.
- π± Ecosystem Standards β Uses top libraries such as starkweb.
- π₯οΈ Simple UX β Give users a simple, attractive experience.
- π¨ Beautiful Themes β Predesigned themes or full customization.
and much more...
Get started with a StarkWebKit + starkweb project by running one of the following in your terminal:
npx create-react-app my-app --template cra-template-starkwebkit
yarn create react-app my-app --template cra-template-starkwebkit
pnpm dlx create-react-app ./my-app --template cra-template-starkwebkit
You can find the full StarkWebKit documentation in the StarkWebKit docs here.
You can find the full StarkWebKit API Reference in the StarkWebKit docs here.
There are various runnable examples included in this repository in the examples folder:
You can try out some StarkWebKit examples directly in your browser through CodeSandbox:
Clone the StarkWebKit project and install the necessary dependencies:
$ git clone git@github.com:NethermindEth/starkwebkit.git
$ cd starkwebkit
$ yarn install
and start the code bundler:
$ yarn dev:connectkit
$ yarn dev:connectkit-next-siwe
and then simply select the example you'd like to run:
$ yarn dev:vite # Vite
$ yarn dev:nextjs # Next.js
$ yarn dev:nextjs-siwe # Next.js with SIWE
$ yarn dev:cra # Create React App
Before starting on anything, please have a read through our Contribution Guidelines.
Follow @starkwebkit on Twitter for the latest updates on StarkWebKit.
See LICENSE for more information.