JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 102
  • Score
    100M100P100Q71657F
  • License BSD-3-Clause

Metal Platform JS Library

Package Exports

  • @metalblockchain/metaljs
  • @metalblockchain/metaljs/dist
  • @metalblockchain/metaljs/dist/apis/avm
  • @metalblockchain/metaljs/dist/apis/avm/index.js
  • @metalblockchain/metaljs/dist/apis/avm/keychain
  • @metalblockchain/metaljs/dist/apis/avm/keychain.js
  • @metalblockchain/metaljs/dist/apis/evm
  • @metalblockchain/metaljs/dist/apis/evm/index.js
  • @metalblockchain/metaljs/dist/apis/evm/keychain
  • @metalblockchain/metaljs/dist/apis/evm/keychain.js
  • @metalblockchain/metaljs/dist/apis/platformvm
  • @metalblockchain/metaljs/dist/apis/platformvm/index.js
  • @metalblockchain/metaljs/dist/common
  • @metalblockchain/metaljs/dist/common/index.js
  • @metalblockchain/metaljs/dist/index.js
  • @metalblockchain/metaljs/dist/utils
  • @metalblockchain/metaljs/dist/utils/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@metalblockchain/metaljs) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

MetalJS - The Metal Blockchain JavaScript Library

Overview

MetalJS is a JavaScript Library for interfacing with the Metal Platform. It is built using TypeScript and intended to support both browser and Node.js. The MetalJS library allows you to issue commands to the Metal node APIs.

The APIs currently supported by default are:

  • Admin API
  • Auth API
  • AVM API (X-Chain)
  • EVM API (C-Chain)
  • Health API
  • Index API
  • Info API
  • Keystore API
  • Metrics API
  • PlatformVM API (P-Chain)
  • Socket