Factory
WARNING
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
INFO
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.
| Github repository | https://github.com/staratlasmeta/factory |
| TypeDocs | https://staratlasmeta.github.io/factory |
| NPM package | https://www.npmjs.com/package/@staratlas/factory |
Installation
bash
npm i @staratlas/factory
# or
yarn add @staratlas/factoryExamples
Coming Soon...
