@marinade.finance/web3js-1x
v4.2.4
Published
solana/web3.js 1.x library tooling for Marinade Finance
Readme
web3js-1x
Utilities to work with Solana web3.js library in version 1.x
Be aware when working with @solana/web3.js 2.x or @solana/kit use the
@marinade.finance/web3js-kit library.
Usage
Pre-requisites
The @marinade.finance/web3js-1x depends
on @marinade.finance/ts-common library.
pnpm add @marinade.finance/ts-common@latestDependencies
Library defines set of peerDependencies that are required to be directly installed by dependent program.
pnpm add @solana/web3.js@1
pnpm add @marinade.finance/ledger-utils@latest
pnpm add @solana/[email protected]
pnpm add [email protected]
pnpm add [email protected]
pnpm add [email protected]Installation
# see Pre-requisites and Dependencies
pnpm add @marinade.finance/web3js-1x@latestHistory
Before refactoring this library was named as @marinade.finance/web3js-common
and it was published in versions 2.x.x.
At the time, the version @marinade.finance/web3js-common@2 was part of
the marinade-ts-cli.
After refactoring it was renamed to @marinade.finance/web3js-1x and the versioning started from 4.0.0.
See history notes at @marinade.finance/web3js-kit.
