Get Started
Option 1: REST API
https://wallet-sdk-api.everstake.oneOption 1: JavaScript Library
Step. 1: Installing the Library
$ npm install @everstake/wallet-sdk$ yarn add @everstake/wallet-sdkStep. 2: Import Wallet SDK
// import module
import { Solana } from "@everstake/wallet-sdk-solana";
