edeXa js
This repository contains the edexa.js
client library. edexa.js
makes it easy for developers, who may not be deeply familiar with smart contract development, to interact with the various components of Edexa Network.
Docs
https://developer.edexa.network/docs/category/edexajs/
Support
Our Discord is the best way to reach us ✨.
Contributors
You are very welcome to contribute, please see contributing guidelines - Contribute.
Thank you to all the people who already contributed to edexa.js
!
Development
Compatibility
This SDK is compatible with Node.js version 18.13.0.
Setup
npm ci
NPM publish
Before running the publish script, make sure you have updated the version properly.
Note that the prepublishOnly
script will be automatically called while publishing. It will check lint, clean dist/lib
folders, and build fresh distribution files before executing npm publish
.
npm publish
License
MIT