mele-sdk
v0.1.11
Published
JavaScript SDK wrapper for Mele Blockchain
Downloads
5
Readme
Mele SDK
Installing dependencies
To install all dependecies, run:
npm install
Build
To build the Mele SDK, run:
npm run build
Development
To ease the development process, you can run:
npm run dev
Tests
Mele SDK uses Mocha and Chai frameworks for testing purposes. To run tests, use:
npm run test
Linter
To run the linter and fix code formatting issues, run:
npm run tslint