royosherove / iscc-core-ts

Iscc core TypeScript implementation of iscc-core reference

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Iscc core TypeScript implementation of iscc-core reference

License:Apache License 2.0


Languages

Language:TypeScript 97.3%Language:JavaScript 2.7%