@dharitri-sdk/network-providers
v0.0.1
Published
Network Provider (API, Gateway) components (compatible with @dharitri-sdk/core)
Downloads
27
Readme
Dharitri SDK for JavaScript and TypeScript: Network Providers
Network Provider (API, Gateway) components (compatible with @dharitri-sdk/core).
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 Dharitri API (or Gateway). Regarding this, please see the documentation referenced below.
Documentation
Distribution
Installation
npm install @dharitri-sdk/network-providers
Building the library
In order to compile the library, run the following:
npm install
npm run compile