1.3.3 • Published 10 months ago
@easecrypt/node-sdk v1.3.3
node-sdk
Node.js SDK for Easecrypt API
Commands
Install dependencies
pnpm install
Build the package
pnpm run build
Run tests
pnpm run test
Commit message guidelines
We use Conventional Commits to standardize commit messages.
Commit message structure
<type>[optional scope]: <description>
[optional body]
Commit type
feat
: A new featurefix
: A bug fixrefactor
: A code change that neither fixes a bug nor adds a featurechore
: Changes to the build process or auxiliary tools and libraries such as documentation generationbuild
: Changes to the build process
Commit scope
wallet-api
: Changes to the Wallet API classutils
: Changes to the utilsgenerator
: Changes to the generatortest
: Changes to the testdeps
: Changes to the dependenciesdocs
: Changes to the documentationci
: Changes to the CI/CD
Todo
- Better error handling (with custom errors)
- Real tests
- Better documentation