9.0.2 • Published 6 months ago

@near-wallet-selector/narwallets v9.0.2

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

@near-wallet-selector/narwallets

This is the Narwallets 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/narwallets

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

Then use it in your dApp:

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

// Narwallets for Wallet Selector can be setup without any params or it can take few optional params, see options below.
const narwallets = setupNarwallets({
  iconUrl: "https://<Wallet Icon URL Here>" // optional
});

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

Options

  • 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/narwallets-logo.png.
  • deprecated: (boolean?): Deprecated is optional. Default is false.

Assets

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

import { setupNarwallets } from "@near-wallet-selector/narwallets";
import narwalletsIconUrl from "@near-wallet-selector/narwallets/assets/narwallets-icon.png";

const narwallets = setupNarwallets({
  iconUrl: narwalletsIconUrl
});

License

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

8.9.15

11 months ago

8.9.16

10 months ago

8.10.0

9 months ago

8.10.2

7 months ago

8.10.1

9 months ago

9.0.0-beta.3

8 months ago

9.0.0-beta.2

8 months ago

9.0.0-beta.1

8 months ago

9.0.0-beta.0

8 months ago

9.0.2

6 months ago

9.0.1

7 months ago

9.0.0

7 months ago

8.9.14

1 year ago

8.9.13

1 year ago

8.9.8

1 year ago

8.9.9

1 year ago

8.9.12

1 year ago

8.9.11

1 year ago

8.9.10

1 year ago

8.9.7

2 years ago

8.9.6

2 years ago

8.9.5

2 years ago

8.9.4

2 years ago

8.9.3

2 years ago

8.9.2

2 years ago

8.9.1

2 years ago

8.9.0

2 years ago

8.7.2

2 years ago

8.5.4

2 years ago

8.8.0

2 years ago

8.7.1

2 years ago

8.5.3

2 years ago

8.5.0

2 years ago

8.4.0

2 years ago

8.7.0

2 years ago

8.5.2

2 years ago

8.6.0

2 years ago

8.5.1

2 years ago

8.3.0

2 years ago

8.2.1

2 years ago

8.2.0

2 years ago

8.1.0

3 years ago

8.1.2

2 years ago

8.1.1

3 years ago

8.1.4

2 years ago

8.1.3

2 years ago

7.9.3

3 years ago

7.9.2

3 years ago

7.9.1

3 years ago

7.9.0

3 years ago

8.0.1

3 years ago

8.0.0

3 years ago

8.0.3

3 years ago

8.0.2

3 years ago

7.8.0

3 years ago

7.7.0

3 years ago

7.8.2

3 years ago

7.8.1

3 years ago

7.6.1

3 years ago

7.6.0

3 years ago