@firebolt-js/sdk
Version:
The Firebolt JS SDK
27 lines (18 loc) • 652 B
Markdown
title: Firebolt Core SDK
[](https://github.com/semantic-release/semantic-release)
# Firebolt Core SDK
The primary Firebolt SDK for building Firebolt compliant apps.
## Usage
To install, run:
```
npm install @firebolt-js/sdk
```
To use the package, import one of it's modules, e.g.:
```js
import { Lifecycle } from '@firebolt-js/sdk'
```
## Contributing
The Firebolt Core SDK is built using the Firebolt OpenRPC toolset:
See [Firebolt OpenRPC](https://www.github.com/rdkcentral/firebolt-openrpc/), for more info.