@starknet-react/chains
v3.1.0
Published
References to popular Starknet chains.
Downloads
21,358
Readme
@starknet-react/chains
References to popular Starknet chains.
Installation
npm install @starknet-react/chains
# or
yarn add @starknet-react/chains
Usage
Simply import any chain you want to use.
import { mainnet } from '@starknet-react/chains`
Contributing
Want to add your Starknet Appchain to the list?
- Add your appchain information to a new file in
src
. - Export the definitions from
src/index.ts
. - Open a PR with your changes.