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
> This is the maintenance branch for the 1.x line of `@solana/web3.js`. You can find the successor to this library [here](https://l.anza.xyz/s/js-sdk-repo).
16
+
> This is the maintenance branch for the 1.x line of `@solana/web3.js`. You can find the successor to this library here: [`@solana/kit`](https://l.anza.xyz/s/js-sdk-repo).
23
17
24
18
# Solana JavaScript SDK (v1.x)
25
19
@@ -30,7 +24,7 @@ Use this to interact with accounts and programs on the Solana network through th
30
24
### For use in Node.js or a web application
31
25
32
26
```
33
-
$ npm install --save @solana/web3.js@1
27
+
$ npm install --save @solana/web3.js
34
28
```
35
29
36
30
### For use in a browser, without a build system
@@ -107,7 +101,7 @@ $ npm run test:live-with-test-validator
107
101
108
102
## Contributing
109
103
110
-
If you found a bug or would like to request a feature, please [file an issue](https://github.com/solana-labs/solana-web3.js/issues/new). If, based on the discussion on an issue you would like to offer a code change, please make a [pull request](https://github.com/solana-labs/solana-web3.js/compare). If neither of these describes what you would like to contribute, read the [getting help](#getting-help) section above.
104
+
If you found a bug or would like to request a feature, please [file an issue](https://github.com/solana-foundation/solana-web3.js/issues/new). If, based on the discussion on an issue you would like to offer a code change, please make a [pull request](https://github.com/solana-foundation/solana-web3.js/compare). If neither of these describes what you would like to contribute, read the [getting help](#getting-help) section above.
Copy file name to clipboardExpand all lines: SECURITY.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
10
10
**DO NOT CREATE A GITHUB ISSUE** to report a security problem.
11
11
12
-
Instead please use this [Report a Vulnerability](https://github.com/solana-labs/solana-web3.js/security/advisories/new) link. Provide a helpful title, detailed description of the vulnerability and an exploit proof-of-concept. Speculative submissions without proof-of-concept will be closed with no further consideration.
12
+
Instead please use this [Report a Vulnerability](https://github.com/solana-foundation/solana-web3.js/security/advisories/new) link. Provide a helpful title, detailed description of the vulnerability and an exploit proof-of-concept. Speculative submissions without proof-of-concept will be closed with no further consideration.
13
13
14
14
If you haven't done so already, please **enable two-factor auth** in your GitHub account.
0 commit comments