You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
-4
Original file line number
Diff line number
Diff line change
@@ -17,10 +17,6 @@
17
17
18
18
**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.
19
19
20
-
## WIP
21
-
22
-
The project is currently under development and may change in the future.
23
-
24
20
## Changelog
25
21
26
22
For changes between versions see [CHANGELOG.MD](packages/sdk/CHANGELOG.md)
Copy file name to clipboardexpand all lines: docs/sdk/intro.md
+3-5
Original file line number
Diff line number
Diff line change
@@ -6,16 +6,14 @@ slug: /
6
6
7
7
**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.
8
8
9
-
## WIP
10
-
11
-
The project is currently under development and may change in the future.
12
-
13
9
## Changelog
14
10
15
-
For changes between versions see [CHANGELOG.MD](https://github.com/lidofinance/lido-ethereum-sdk/blob/main/packages/sdk/CHANGELOG.md)
11
+
For changes between versions see [Changelog](./changelog.mdx)
16
12
17
13
## Migration
18
14
15
+
For migration guide between major versions see [Migration](./migration.mdx)
16
+
19
17
## Installation
20
18
21
19
You can install the Lido Ethereum SDK using npm or yarn. `viem` is required as a peer dep:
Copy file name to clipboardexpand all lines: packages/sdk/README.md
-4
Original file line number
Diff line number
Diff line change
@@ -15,10 +15,6 @@
15
15
16
16
**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.
17
17
18
-
## ⚒️ Work In Progress ⚒️
19
-
20
-
The project is currently under active development and may experience breaking changes in the future.
21
-
22
18
## Docs
23
19
24
20
See interactive docs at [lidofinance.github.io/lido-ethereum-sdk](https://lidofinance.github.io/lido-ethereum-sdk/)
0 commit comments