Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pedrouid/3id-provider
3ID Provider Library
https://github.com/pedrouid/3id-provider
Last synced: 7 days ago
JSON representation
3ID Provider Library
- Host: GitHub
- URL: https://github.com/pedrouid/3id-provider
- Owner: pedrouid
- License: mit
- Created: 2020-04-22T11:50:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T17:22:56.000Z (almost 2 years ago)
- Last Synced: 2024-11-29T14:57:08.819Z (30 days ago)
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/3id-provider
- Size: 3.11 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 3id-provider [![npm version](https://badge.fury.io/js/3id-provider.svg)](https://badge.fury.io/js/3id-provider)
3ID Provider Library
## Example
```javascript
import ThreeIdProvider from '3id-provider';const connection: IRpcConnection
const provider = new ThreeIdProvider(connection);
await provider.enable();
```