1.0.12 • Published 4 months ago

flash-sdk-dev v1.0.12

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Flash SDK

Client SDK for interacting with FLASH.TRADE's smart-contracts

Install

npm i flash-sdk / yarn add flash-sdk 

Using the SDK

connect sdk locally

` import { AnchorProvider } from "@coral-xyz/anchor";

const provider : AnchorProvider = AnchorProvider.local(clusterUrl, { commitment: "confirmed", preflightCommitment: "confirmed", skipPreflight: true }); client = new PerpetualsClient(provider, programId); `

To fetch all the pool data

1.0.9

4 months ago

1.0.8

4 months ago

1.0.7

4 months ago

1.0.11

4 months ago

1.0.10

4 months ago

1.0.12

4 months ago

1.0.2

4 months ago

1.0.1

4 months ago

1.0.6

4 months ago

1.0.5

4 months ago

1.0.4

4 months ago

1.0.3

4 months ago

1.0.0

4 months ago