Install the SDK
npm install galliun
# or
pnpm add galliun
# or
bun add galliun
The package name is galliun. Import from "galliun":
import { GalliunClient } from "galliun";
Galliun is an alias for GalliunClient.
Secrets
- Never put private keys or seed phrases in frontend code or source control
- Store server-side secrets in environment variables
- Browser apps should use a wallet extension or wallet SDK for signing and payments