Skip to main content

Gas Station

Install the Gas Station package for sponsored transactions and account queries:
With pnpm:

Core utilities

Install @altude/core when you need structured error types, mnemonic utilities, or direct access to the authenticated Gill RPC client:

Runtime support

The package manager and bundler select the correct entrypoint automatically. React Native projects should not add a Metro alias for Gill.

TypeScript configuration

The packages ship their own type declarations. A typical modern configuration uses Node-style package exports:
Browser and React Native projects can keep the module settings recommended by their framework. The important requirement is support for package export conditions.

Next step

Continue to client setup.