Factory

Typescript bindings and convenience methods for the Star Atlas ecosystem

The Factory module will receive a deprecation flag in the near future. We've restructured to have all on-chain program bindings organized into separate modules on a per-program basis. For example, all Galactic Marketplace program bindings are now available in a dedicated module @staratlas/galactic-marketplace

Looking for specific examples for interacting with our on-chain game mechanics? Check out On-chain Game Systems

The Factory package contains TypeScript bindings to interact with all Star Atlas on-chain programs.

Installation

npm i @staratlas/factory

# or

yarn add @staratlas/factory

Examples

Coming Soon...

Last updated