We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5c849d commit 5341c42Copy full SHA for 5341c42
README.md
@@ -42,8 +42,11 @@ Install starknet with `npm`
42
# latest official release (main branch)
43
$ npm install starknet
44
45
-# or for latest pre-release version (develop branch):
+# or for latest pre-release version (develop branch)
46
$ npm install starknet@next
47
+
48
+# or for latest beta release version (beta branch)
49
+$ npm install starknet@beta
50
```
51
52
Import `starknet` and use the [API](https://www.starknetjs.com/docs/API/).
0 commit comments