@try-supernova/satellite
v0.0.22
Published
Satellite is an all-purpose open source SDK for building apps on Supernova ✨
Readme
Satellite
Satellite is a simple, lightweight, and easy to use framework for JavaScript for interacting with the Supernova APIs and build your program. It is written in TypeScript and built with Parcel. It consists of a JS/TS SDK.
Satellite SDK is a collection of libraries that allow you to interact with the Supernova APIs. It should be imported into your project using ES Modules.
Installation
# install the SDK locally to your project
npm i @try-supernova/satellite
## usage: import { ... } from '@try-supernova/satellite'