1.3.3 • Published 10 months ago

@easecrypt/node-sdk v1.3.3

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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 feature
  • fix: A bug fix
  • refactor: A code change that neither fixes a bug nor adds a feature
  • chore: Changes to the build process or auxiliary tools and libraries such as documentation generation
  • build: Changes to the build process

Commit scope

  • wallet-api: Changes to the Wallet API class
  • utils: Changes to the utils
  • generator: Changes to the generator
  • test: Changes to the test
  • deps: Changes to the dependencies
  • docs: Changes to the documentation
  • ci: Changes to the CI/CD

Todo

  • Better error handling (with custom errors)
  • Real tests
  • Better documentation
1.3.3

10 months ago

1.3.2

10 months ago

1.3.1

10 months ago

1.3.0

10 months ago

1.2.0

10 months ago

1.1.0

10 months ago

0.5.0

10 months ago