Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pedrouid/basic-provider
Basic Provider Library
https://github.com/pedrouid/basic-provider
Last synced: 2 months ago
JSON representation
Basic Provider Library
- Host: GitHub
- URL: https://github.com/pedrouid/basic-provider
- Owner: pedrouid
- License: mit
- Created: 2020-04-22T12:05:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T17:23:00.000Z (almost 2 years ago)
- Last Synced: 2024-10-26T15:42:21.026Z (2 months ago)
- Language: TypeScript
- Size: 2.08 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# basic-provider [![npm version](https://badge.fury.io/js/basic-provider.svg)](https://badge.fury.io/js/basic-provider)
Basic Provider Library
## Example
```javascript
import BasicProvider from 'basic-provider';const connection: IRpcConnection
const provider = new BasicProvider(connection);
await provider.enable();
```