8.9.3 • Published 4 months ago

@near-wallet-selector/near-wallet v8.9.3

Weekly downloads
-
License
-
Repository
github
Last release
4 months ago

@near-wallet-selector/near-wallet

This is the NEAR Wallet package for NEAR Wallet Selector.

Installation and Usage

The easiest way to use this package is to install it from the NPM registry:

# Using Yarn
yarn add @near-wallet-selector/near-wallet

# Using NPM.
npm install @near-wallet-selector/near-wallet

Then use it in your dApp:

import { setupWalletSelector } from "@near-wallet-selector/core";
import { setupNearWallet } from "@near-wallet-selector/near-wallet";

// NEAR Wallet for Wallet Selector can be setup without any params or it can take few optional params, see options below.
const nearWallet = setupNearWallet({
  walletUrl: "https://wallet.testnet.near.org",
  iconUrl: "https://<Wallet Icon URL Here>" // optional
});

const selector = await setupWalletSelector({
  network: "testnet",
  modules: [nearWallet],
});

Options

  • walletUrl (string?): Wallet URL used to redirect when signing transactions. This parameter is required when using custom network configuration.
  • iconUrl: (string?): Image URL for the icon shown in the modal. This can also be a relative path or base64 encoded image. Defaults to ./assets/near-wallet-icon.png.
  • deprecated: (boolean?): Deprecated is optional. Default is false.
  • successUrl: (string?): SuccessUrl is optional. Default is '' (empty string).
  • failureUrl: (string?): FailureUrl is optional. Default is '' (empty string).

Assets

Assets such as icons can be found in the /assets directory of the package. Below is an example using Webpack:

import { setupNearWallet } from "@near-wallet-selector/near-wallet";
import nearWalletIconUrl from "@near-wallet-selector/near-wallet/assets/near-wallet-icon.png";

const nearWallet = setupNearWallet({
  iconUrl: nearWalletIconUrl
});

License

This repository is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

8.9.3

4 months ago

8.9.2

4 months ago

8.9.1

5 months ago

8.8.0

6 months ago

8.4.0

9 months ago

8.6.0

7 months ago

8.3.0

9 months ago

8.9.0

6 months ago

8.7.2

6 months ago

8.5.4

7 months ago

8.7.1

6 months ago

8.5.3

8 months ago

8.5.0

9 months ago

8.7.0

7 months ago

8.5.2

8 months ago

8.5.1

9 months ago

8.2.1

10 months ago

8.2.0

11 months ago

8.1.4

11 months ago

8.1.3

11 months ago

8.1.0

1 year ago

8.1.2

11 months ago

8.1.1

12 months ago

7.9.3

1 year ago

7.9.2

1 year ago

7.9.1

1 year ago

7.9.0

1 year ago

8.0.1

1 year ago

8.0.0

1 year ago

8.0.3

1 year ago

8.0.2

1 year ago

7.8.0

1 year ago

7.7.0

1 year ago

7.8.2

1 year ago

7.8.1

1 year ago

7.4.0

1 year ago

7.6.1

1 year ago

7.6.0

1 year ago

7.5.0

1 year ago

7.3.0

1 year ago

7.2.1

1 year ago

7.2.0

2 years ago

7.1.0

2 years ago

6.0.1

2 years ago

7.0.0

2 years ago

7.0.3

2 years ago

7.0.2

2 years ago

7.0.1

2 years ago

5.0.3

2 years ago

5.0.2

2 years ago

5.0.1

2 years ago

5.0.0

2 years ago

6.0.0

2 years ago

4.1.0

2 years ago

4.1.1

2 years ago

3.1.0

2 years ago

4.0.0

2 years ago

4.0.0-alpha.1

2 years ago

4.0.0-alpha.0

2 years ago

3.0.2

2 years ago

3.0.2-dev.1

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

3.0.0-alpha.0

2 years ago