![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@tonomy/tonomy-id-sdk
Advanced tools
The Software Development Kit is used in the Tonomy ID ecosystems to interact with Tonomy identities and services.
The Software Development Kit is used in the Tonomy ID ecosystems to interact with Tonomy identities and services.
It has four outputs:
./src/sdk
The SDK which acts as the business logic in Tonomy ID wallet. This is the main output../src/api
The API library used by integrators to interact with Tonomy ID users and to do single sign-on, share credentials and sign transactions. (currently bundled in the SDK package but intended for external bundle later. see https://github.com/Tonomy-Foundation/Tonomy-ID-SDK/pull/196#issuecomment-1497478858)./src/cli/bootstrap
A script used to initialize the blockchain with the Tonomy Contracts and starting accounts../src/cli/apps
A CLI tool to create, update and delete Tonomy Apps.The SDK is written in typescript with jest to run tests.
Integration tests:
npm run build
Build notes:
npm run build:sdk
npm run build:cli
argon2
package, which is not needed by SDK and should be moved to a devDependency if these softwares are ever separated../test-integration
directory. Ideally tsconfig.ts
should specify `"rootDir": "src" but this currently fails because of this dependency.npm start
This builds to /build
and runs the project in watch mode so any edits you save inside src
causes a rebuild to /build
.
To do a one-off build, use npm run build
.
Tests individual class and function logic within the SDK.
npm test:unit
Tests end-to-end functions across more than one service.
First run the blockchain or Tonomy Communication service locally.
npm run test:setup
Then run the tests
npm run test:integration
Make sure you install the Jest extension (recommended automatically when you open VS Code)
If you also want to do this with the integration tests then run npm run test:setup
first
Then go to any test e.g. test/app.test.ts
and you can click ▶️ or right click and press "Debug test". You can also look at the Jest Test Explorer in the left-side activity bar.
npm run cli
Linting is done with eslint
. Install the recommended VS Code plugin to see markers in your code.
npm run lint
See errors.ts. All errors have a registered unique enumeration code.
Documentation is in the ./docs
folder and runs with readthedocs.io here
FAQs
The Software Development Kit is used in the Tonomy ID ecosystems to interact with Tonomy identities and services.
We found that @tonomy/tonomy-id-sdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.