8.9.14 • Published 9 months ago

@near-wallet-selector/coin98-wallet v8.9.14

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

@near-wallet-selector/coin98-wallet

Coin98 Wallet Coin98 Wallet Package for NEAR Wallet Selector

Installation

This package requires near-api-js v1.0.0 or above:

# Using Yarn
yarn add near-api-js

# Using NPM.
npm install near-api-js
# Using Yarn
yarn add @near-wallet-selector/coin98-wallet

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

Usage

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

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


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

Options

  • iconUrl: (string?): Icon is optional. Default image point to Coin98 Wallet Logo in base64 format.
  • 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 { setupCoin98Wallet } from "@near-wallet-selector/coin98-wallet";
import coin98WalletIconUrl from "@near-wallet-selector/coin98-wallet/assets/coin98-wallet-icon.png";

const wallet = setupCoin98Wallet({
  iconUrl: coin98WalletIconUrl
});

License

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

8.9.14

9 months ago

8.9.13

10 months ago

8.9.12

11 months ago

8.9.11

12 months ago

8.9.10

1 year ago

8.9.8

1 year ago

8.9.9

1 year ago

8.9.7

1 year ago

8.9.6

1 year ago

8.9.5

1 year ago

8.9.4

1 year ago

8.9.3

1 year 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.4

2 years ago

8.1.3

2 years ago

8.1.0

2 years ago

8.1.2

2 years ago

8.1.1

2 years ago

7.9.3

2 years ago

7.9.2

2 years ago

7.9.1

2 years ago

7.9.0

2 years ago

8.0.1

2 years ago

8.0.0

2 years ago

8.0.3

2 years ago

8.0.2

2 years ago

7.8.0

2 years ago

7.7.0

2 years ago

7.8.2

2 years ago

7.8.1

2 years ago

7.6.1

2 years ago

7.6.0

2 years ago

7.5.0

3 years ago

7.4.0

3 years ago

7.3.0

3 years ago

7.2.1

3 years ago

7.2.0

3 years ago

7.1.0

3 years ago