Skip to content

Commit 95720c9

Browse files
committed
chore: readme
1 parent 2293733 commit 95720c9

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,18 @@ Shared TypeScript type definitions for Starknet projects
1010

1111
## Installation
1212

13+
RPC 0.7 - Latest
14+
1315
```bash
1416
npm i @starknet-io/types-js
1517
```
1618

19+
RPC 0.8 (rc3) - Beta
20+
21+
```bash
22+
npm i @starknet-io/types-js@beta
23+
```
24+
1725
## Types
1826

1927
#### 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';
3846

3947
- /src/wallet-api/typedData.ts
4048

41-
## Version
49+
## Versioning
4250

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.
52+
`Starknet types v0.7 <-> Starknet Spec v0.7`
53+
`Starknet types v0.8 <-> Starknet Spec v0.8`
4554

4655
## Devs Build
4756

0 commit comments

Comments
 (0)