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.
https://developer.edexa.network/docs/category/edexajs/
Our Discord is the best way to reach us ✨.
You are very welcome to contribute, please see contributing guidelines - Contribute.
Thank you to all the people who already contributed to edexa.js
!
This SDK is compatible with Node.js version 18.13.0.
npm ci
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
MIT