@affinidi-tdk/common
Version:
Affinidi TDK Common library with shared utils
37 lines (24 loc) • 759 B
Markdown
## @affinidi-tdk/common
## Install
### Prerequisites
Ensure you have the following installed:
- **Node.js v20.x or later**
> 💡 Node.js v20 is supported, but the LTS (Long Term Support) version is recommended for better stability and performance.
> For details on current LTS version check [Node.js releases page](https://nodejs.org/en/about/previous-releases).
- **npm v11.6.0+** (Node.js package manager)
### Javascript
```bash
npm install @affinidi-tdk/common
```
## Python
run inside [python virtual env](https://docs.python.org/3/library/venv.html)
```bash
pip install affinidi_tdk_common
```
## Manually build package
```bash
npm i --prefix .
npm run build
npm run package
```
The code will be generated under /dist for each language.