0.1.2-beta • Published 3 years ago

@eddits-org/identity-sdk v0.1.2-beta

Weekly downloads
42
License
UNLICENSED
Repository
github
Last release
3 years ago

EDDITS Identity SDK

A JavaScript SDK to interact with on-chain identities.

Features

  • Read on-chain information (keys, claims) of Identities.
  • Call on-chain write methods of Identities.
  • Verify validity of identity claims.

Get started

Install the SDK with

npm install @eddits-org/identity-sdk

Then import with

import IdentitySDK from @eddits-org/identity-sdk;

or

const IdentitySDK = require('@eddits-org/identity-sdk');