digitalcredentials / credential-template-manager-open-badges-3

Service to generate various types of credentials in Open Badges 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example Isomorphic TS/JS Lib Template (@digitalcredentials/isomorphic-lib-template)

Build status NPM Version

A Typescript/Javascript isomorphic library template, for use in the browser, Node.js, and React Native.

Table of Contents

Background

TBD

Security

TBD

Install

  • Node.js 16+ is recommended.

NPM

To install via NPM:

npm install @digitalcredentials/isomorphic-lib-template

Development

To install locally (for development):

git clone https://github.com/digitalcredentials/isomorphic-lib-template.git
cd isomorphic-lib-template
npm install

Usage

TBD

Contribute

PRs accepted.

If editing the Readme, please conform to the standard-readme specification.

License

MIT License © 2022 Digital Credentials Consortium.

About

Service to generate various types of credentials in Open Badges 3

License:MIT License


Languages

Language:JavaScript 78.2%Language:TypeScript 21.8%