Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 6.26 KB

README.md

File metadata and controls

48 lines (32 loc) · 6.26 KB

web3-starknet-react 🚀

A simple, maximally extensible, dependency minimized framework for building Starknet dApps

Provides easy access to Starknet Interface all over the React App. Inspired from web3-react


lerna code style: prettier

Packages @latest version Size Description
🏝 Core
@web3-starknet-react/core npm version minzip React hooks and context for accessing Starknet
🔌 Connectors
Browser Extension/dApp Browser
@web3-starknet-react/braavos-connector npm version minzip Braavos Wallet connector
@web3-starknet-react/argentx-connector npm version minzip ArgentX Wallet connector
🔫 Low Level
@web3-starknet-react/abstract-connector npm version minzip Low Level implementation of connector
@web3-starknet-react/types npm version minzip Shared TypeScript Types

Projects using web3-starknet-react

Open a PR to add your starknet project to the list

Local Development

  • Clone repo
    git clone https://github.com/dhruvkelawala/web3-starknet-react

  • Install top-level dependencies
    yarn

  • Install sub-dependencies
    yarn bootstrap

  • Build and watch for changes
    yarn start