Lido Ethereum SDK is a package that provides convenient tools for interacting with Lido contracts on the Ethereum network through a software development kit (SDK). This SDK simplifies working with Lido contracts and accessing their functionality.
See interactive docs at lidofinance.github.io/lido-ethereum-sdk
For changes between versions see CHANGELOG.MD
For breaking changes between versions see MIGRATION.md
You can install the Lido Ethereum SDK using npm or yarn:
yarn:
yarn add @lidofinance/lido-ethereum-sdk
npm:
npm install @lidofinance/lido-ethereum-sdk