Socket
Book a DemoInstallSign in
Socket

@near-wallet-selector/coin98-wallet

Package Overview
Dependencies
Maintainers
3
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@near-wallet-selector/coin98-wallet

Coin 98 wallet package for NEAR Wallet Selector.

9.4.0
latest
Source
npmnpm
Version published
Weekly downloads
419
20.06%
Maintainers
3
Weekly downloads
 
Created
Source

@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
pnpm add -w near-api-js

# Using NPM.
npm install near-api-js
# Using Yarn
pnpm add -w @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).

Keywords

near

FAQs

Package last updated on 28 Aug 2025

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.