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
Installation
npm install @elrondnetwork/erdjs-network-providersBuilding the library
In order to compile the library, run the following:
npm install
npm run compile