> For the complete documentation index, see [llms.txt](https://docs.hivesigner.com/h/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hivesigner.com/h/sdk/javascript.md).

# Javascript

Our official SDK is written in Typescript and available in NPM package manager.

{% embed url="<https://www.npmjs.com/package/hivesigner>" %}

You can install JS SDK into your Nodejs or Browser based apps easily.

`npm install hivesigner --save`

or&#x20;

`yarn add hivesigner`
