Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
@jet-lab/margin
Advanced tools
Add the package as a dependency to your project:
$ npm i @jet-lab/margin
...or with yarn
$ yarn add @jet-lab/margin
View the typedocs for the full package documentation and available API.
import { clusterApiUrl, Connection, Keypair } from "@solana/web3.js"
import { MarginAccount, MarginClient } from "@jet-lab/margin"
import { AnchorProvider, Wallet } from "@project-serum/anchor"
const provider = new AnchorProvider(
new Connection(clusterApiUrl("devnet")),
new Wallet(Keypair.generate()),
AnchorProvider.defaultOptions()
)
const programs = MarginClient.getPrograms(provider, "devnet")
const marginAccount = MarginAccount.load(programs, provider, "A4aVtbwfHDX2RsGyoLMe7jQqeTuFmMhGTqHYNUZ9cpB5", 0)
FAQs
Library for interacting with the Jet margin on-chain programs
The npm package @jet-lab/margin receives a total of 94 weekly downloads. As such, @jet-lab/margin popularity was classified as not popular.
We found that @jet-lab/margin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.