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
+12-3Lines changed: 12 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,18 @@ Shared TypeScript type definitions for Starknet projects
10
10
11
11
## Installation
12
12
13
+
RPC 0.7 - Latest
14
+
13
15
```bash
14
16
npm i @starknet-io/types-js
15
17
```
16
18
19
+
RPC 0.8 (rc3) - Beta
20
+
21
+
```bash
22
+
npm i @starknet-io/types-js@beta
23
+
```
24
+
17
25
## Types
18
26
19
27
#### API [Starknet JSON RPC Specification](https://github.com/starkware-libs/starknet-specs/tree/master/api)
@@ -38,10 +46,11 @@ import { WALLET_API } from '@starknet-io/types-js';
38
46
39
47
- /src/wallet-api/typedData.ts
40
48
41
-
## Version
49
+
## Versioning
42
50
43
-
(MAJOR.MINOR) Version of this package follows [starknet-spec](https://github.com/starkware-libs/starknet-specs) semantic versioning. PATCH version can diverge based on bug-fixes
44
-
`Starknet types v0.7.x <-> Starknet Spec v0.7.x`
51
+
(MAJOR.MINOR) Version of this package follow [starknet-spec](https://github.com/starkware-libs/starknet-specs) semantic versioning. PATCH version can diverge based on bug-fixes.
0 commit comments