mele-sdk
v0.1.11
Published
JavaScript SDK wrapper for Mele Blockchain
Downloads
9
Readme
Mele SDK
Installing dependencies
To install all dependecies, run:
npm installBuild
To build the Mele SDK, run:
npm run buildDevelopment
To ease the development process, you can run:
npm run devTests
Mele SDK uses Mocha and Chai frameworks for testing purposes. To run tests, use:
npm run testLinter
To run the linter and fix code formatting issues, run:
npm run tslint