Skip to content

cryptojoe10/stargazer-wallet-connector

 
 

Repository files navigation

Stargazer Wallet Connector (web3-react)

The official web3-react connector for the Stargazer Wallet.

Install

If you're using NPM

npm install @stardust-collective/web3-react-stargazer-connector

If you're using Yarn

yarn add @stardust-collective/web3-react-stargazer-connector

Arguments

supportedChainIds?: number[]

Example

import {StargazerConnector} from 'stargazer-connector';

const stargazerConnector = new StargazerConnector({
  supportedChainIds: [1, 3]
});

Development

This project runs on TypeScript 4.7, Node 16.13, and web3-react 6.

yarn build

Builds the project and stores its contents in the ./dist folder.

yarn dev

Builds the project and watches for changes.

License

This project is licensed under the MIT License

About

The official web3-react connector for the Stargazer Wallet.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%