/iscc-core-ts

Iscc core TypeScript implementation of iscc-core reference

Primary LanguageTypeScriptApache License 2.0Apache-2.0

iscc-core-ts

Iscc core TypeScript implementation of iscc-core reference

Prerequiste

We recomand to use nvm to install and target node and npm versions. Here an NVM install guide.

Nvm version used:

nvm --version
0.39.3

Install node 21

nvm install 21
v21.7.1 is already installed.
Now using node v21.7.1 (npm v10.5.0)

Install and build

npm i
npm run build

Tests

npm run test
npm run test-isolated
npm run test-esm
npm run test-esm-isolated