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
Packages | @latest version |
Size | Description |
---|---|---|---|
🏝 Core | |||
@web3-starknet-react/core |
React hooks and context for accessing Starknet | ||
🔌 Connectors | |||
Browser Extension/dApp Browser | |||
@web3-starknet-react/braavos-connector |
Braavos Wallet connector | ||
@web3-starknet-react/argentx-connector |
ArgentX Wallet connector | ||
🔫 Low Level | |||
@web3-starknet-react/abstract-connector |
Low Level implementation of connector | ||
@web3-starknet-react/types |
Shared TypeScript Types |
Open a PR to add your starknet project to the list
-
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