# @marinade.finance/spl-governance

> SPL Governance Client API

Latest version **0.3.25** (published 2023-02-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install @marinade.finance/spl-governance
pnpm add @marinade.finance/spl-governance
yarn add @marinade.finance/spl-governance
bun add @marinade.finance/spl-governance
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.3.25 |
| Published | 2023-02-07 |
| First published | 2022-12-08 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 7 |
| Unpacked size | 608.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 118 |
| Author | Solana Maintainers |
| Maintainers | marinade.finance |

## Links

- npm: https://www.npmjs.com/package/@marinade.finance/spl-governance
- Repository: https://github.com/solana-labs/oyster
- Homepage: https://github.com/solana-labs/oyster/blob/main/packages/governance-sdk/README.md
- Issues: https://github.com/solana-labs/oyster/issues
- npm.io page: https://npm.io/package/@marinade.finance/spl-governance

## Dependencies (7)

- [bs58](https://npm.io/package/bs58.md) ^4.0.1
- [axios](https://npm.io/package/axios.md) ^1.1.3
- [bn.js](https://npm.io/package/bn.js.md) ^5.1.3
- [borsh](https://npm.io/package/borsh.md) ^0.3.1
- [superstruct](https://npm.io/package/superstruct.md) ^0.15.2
- [bignumber.js](https://npm.io/package/bignumber.js.md) ^9.0.1
- [@solana/web3.js](https://npm.io/package/@solana/web3.js.md) ^1.22.0

## Recent versions

- 0.3.25 (latest) — 2023-02-07
- 0.3.20 — 2023-01-25
- 0.3.17 — 2022-12-08

## README

# `spl-governance SDK`

SPL Governance Client API for spl-governance program

## Installation

`(npm|pnpm|yarn) add @solana/spl-governance @solana/web3.js`

## Usage

```typescript
import { getRealms } from '@solana/spl-governance';
import { Connection, PublicKey } from '@solana/web3.js';

const connection = new Connection("https://api.mainnet-beta.solana.com", 'recent');
const programId = new PublicKey('GovER5Lthms3bLBqWub97yVrMmEogzX7xNjdXpPPCVZw');

const realms = getRealms(connection, programId);

---
_Source: https://npm.io/package/@marinade.finance/spl-governance · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
