JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 518
  • Score
    100M100P100Q10323F
  • License MIT

Network Provider (API, Gateway) components (compatible with erdjs)

Package Exports

  • @elrondnetwork/erdjs-network-providers
  • @elrondnetwork/erdjs-network-providers/out
  • @elrondnetwork/erdjs-network-providers/out/index.js
  • @elrondnetwork/erdjs-network-providers/out/primitives
  • @elrondnetwork/erdjs-network-providers/out/primitives.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 (@elrondnetwork/erdjs-network-providers) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Elrond SDK for JavaScript: Network Providers

Network Provider (API, Gateway) components (compatible with erdjs).

The default classes from this package should only be used as a starting point. As your dApp matures, make sure you switch to using your own network provider, tailored to your requirements (whether deriving from the default ones or writing a new one, from scratch) that directly interacts with the Elrond API (or Gateway). Regarding this, please see the documentation referenced below.

Documentation

Distribution

npm

Installation

npm install @elrondnetwork/erdjs-network-providers

Building the library

In order to compile the library, run the following:

npm install
npm run compile