Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/onchain-id/claim-generators

Generate and parse standard claims for Onchain🆔.
https://github.com/onchain-id/claim-generators

Last synced: 19 days ago
JSON representation

Generate and parse standard claims for Onchain🆔.

Awesome Lists containing this project

README

        

Claim Generators for Onchain🆔 standard Identities.

Generate and parse standard claims for blockchain Identities.

# Usage

## Installation

Install with `yarn install @onchain-id/claim-generators`.

## Features

### Version

The package exposes its current version in the default export.

```typescript
import Package from "@onchain-id/claim-generators";

console.log(Package.version);
```