![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
@near-wallet-selector/core
Advanced tools
This is the core package for NEAR Wallet Selector.
The easiest way to use this package is to install it from the NPM registry, this package requires near-api-js
v0.44.2 or above:
# Using Yarn
yarn add near-api-js
# Using NPM.
npm install near-api-js
# Using Yarn
yarn add @near-wallet-selector/core
# Using NPM.
npm install @near-wallet-selector/core
Then use it in your dApp:
import { setupWalletSelector } from "@near-wallet-selector/core";
import { setupNearWallet } from "@near-wallet-selector/near-wallet";
// The entire set of options can be found in the section below.
const selector = await setupWalletSelector({
network: "testnet",
modules: [setupNearWallet()],
});
network
(NetworkId | Network
): Network ID or object matching that of your dApp configuration . Network ID can be either mainnet
or testnet
.
networkId
(string
): Custom network ID (e.g. localnet
).nodeUrl
(string
): Custom URL for RPC requests.helperUrl
(string
): Custom URL for creating accounts.explorerUrl
(string
): Custom URL for the NEAR explorer.indexerUrl
(string
): Custom URL for the Indexer service.debug
(boolean?
): Enable internal logging for debugging purposes. Defaults to false
.optimizeWalletOrder
(boolean?
): Enable automatic wallet order. Reorders last signed in wallet on top, then installed wallets over not installed and deprecated wallets.storage
(StorageService?
): Async storage implementation. Useful when localStorage
is unavailable. Defaults to localStorage
.modules
(Array<WalletModuleFactory>
): List of wallets to support in your dApp.You can find the entire API reference for Wallet Selector here.
This repository is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
FAQs
This is the core package for NEAR Wallet Selector.
The npm package @near-wallet-selector/core receives a total of 14,844 weekly downloads. As such, @near-wallet-selector/core popularity was classified as popular.
We found that @near-wallet-selector/core demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.