Socket
Book a DemoInstallSign in
Socket

@metalblockchain/metal-wallet-sdk

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metalblockchain/metal-wallet-sdk

- This library is under development and there might be frequent breaking changes. - Audit pending.

latest
Source
npmnpm
Version
0.19.1
Version published
Maintainers
1
Created
Source

🔴WARNING: Beta Release🔴

  • This library is under development and there might be frequent breaking changes.
  • Audit pending.

Metal Wallet SDK (Beta)

Metal wallet SDK is a typescript library for creating and managing decentralized wallets.

It provides high level methods to transact on Metal's primary networks: X, P and C.

Wallet types supported:

  • Singleton Wallets
  • Ledger Wallets
  • Mnemonic Wallets
  • Public Mnemonic Wallets (XPUB)

Using the metal-wallet-sdk developers can:

  • Receive and send tokens and NFTs.
  • Cross chain transfer
  • Validation & Delegation
  • Create keystore files from wallet instances
  • Get transaction history of wallets
  • Mint NFTs on the X chain

Installation

With npm

npm install --save @metalblockchain/metal-wallet-sdk

or yarn

yarn add @metalblockchain/metal-wallet-sdk

Local build

  • Clone the repository.
  • Install dependencies yarn install
  • Run for development yarn start

Webpack

For Webpack version 5 and above you must use this plugin with it. https://www.npmjs.com/package/node-polyfill-webpack-plugin

FAQs

Package last updated on 16 Feb 2023

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