Skip to main content

Satellite

Satellite is an SDK for building Pluto programs written in TypeScript. It provides a variety of different APIs for communicating with Pluto, creating interfaces, and more.

Getting Started

First, create a new directory for your project. Consider using a source control system such as Git to manage your project.
Next, run npm init to create a new package.json file. Then, Satellite can be installed via NPM.

npm install @use-pluto/satellite

Building

Pluto programs can be built using any standard JavaScript/TypeScript/CoffeeScript bundler. We recommend using Webpack, Parcel, or Esbuild.