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 init # creates a new package.json file
npm install @use-pluto/satellite # installs Satellite SDK