1.1.0 • Published 10 months ago

@everstake/wallet-sdk-aptos v1.1.0

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
10 months ago

Everstake Wallet SDK - Aptos

Getting Started

You can use two different options to implement staking for Everstake validator.

Option 1: REST API

You can use REST API to call methods which are described in Swagger with detailed examples

https://wallet-sdk-api.everstake.one

Option 2: TypeScript library

You can install and import Wallet SDK for Javascript/TypeScript.

Step. 1: Installing the Library

Install the npm library by copying the code below.

$ npm install @everstake/wallet-sdk-aptos

or you can also use yarn

$ yarn add @everstake/wallet-sdk-aptos

or you can use pnpm

$ pnpm add @everstake/wallet-sdk-aptos

Step. 2: Import Wallet SDK

After installing the app, you can import module Aptos and use the SDK:

Import ES6

// import modules
import { Aptos } from '@everstake/wallet-sdk-aptos';

Import ES5

// import modules
const { Aptos } = require('@everstake/wallet-sdk-aptos');

Questions and Feedback

If you have any questions, issues, or feedback, please file an issue on GitHub.

1.1.0

10 months ago