# Solana Native Staking Program TypeScript SDK

This SDK provide TypeScript bindings and utility functions for easier interaction with solana's native staking program.

Most of the code is copied directly from [solana explorer](https://github.com/solana-labs/explorer)

Contents:
- [Solana Native Staking Program TypeScript SDK](#solana-native-staking-program-typescript-sdk)
  - [Installation](#installation)
    - [npm](#npm)
    - [yarn](#yarn)

## Installation

### npm

```bash
$ npm install @soceanfi/solana-stake-sdk
```

### yarn

```bash
$ yarn add @soceanfi/solana-stake-sdk
```
