Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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🆔.
- Host: GitHub
- URL: https://github.com/onchain-id/claim-generators
- Owner: onchain-id
- Created: 2019-08-28T11:22:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-11T09:46:48.000Z (over 5 years ago)
- Last Synced: 2024-11-27T12:37:12.186Z (28 days ago)
- Language: TypeScript
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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);
```