[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-10541":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":17,"stars30d":15,"stars90d":16,"forks30d":16,"starsTrendScore":18,"compositeScore":19,"rankGlobal":10,"rankLanguage":10,"license":20,"archived":21,"fork":21,"defaultBranch":22,"hasWiki":21,"hasPages":23,"topics":24,"createdAt":10,"pushedAt":10,"updatedAt":32,"readmeContent":33,"aiSummary":34,"trendingCount":16,"starSnapshotCount":16,"syncStatus":18,"lastSyncTime":35,"discoverSource":36},10541,"solana-web3.js","solana-foundation\u002Fsolana-web3.js","solana-foundation","Solana JavaScript SDK","https:\u002F\u002Fsolana-foundation.github.io\u002Fsolana-web3.js\u002F",null,"TypeScript",2732,1066,52,15,0,3,2,31.08,"MIT License",false,"maintenance\u002Fv1.x",true,[25,26,27,28,29,30,31],"blockchain","javascript","js","node","nodejs","sdk","solana","2026-06-12 02:02:23","[![npm][npm-image]][npm-url]\n[![npm-downloads][npm-downloads-image]][npm-url]\n[![semantic-release][semantic-release-image]][semantic-release-url]\n\u003Cbr \u002F>\n[![code-style-prettier][code-style-prettier-image]][code-style-prettier-url]\n\n[code-style-prettier-image]: https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Fcode_style-prettier-ff69b4.svg?style=flat-square\n[code-style-prettier-url]: https:\u002F\u002Fgithub.com\u002Fprettier\u002Fprettier\n[npm-downloads-image]: https:\u002F\u002Fimg.shields.io\u002Fnpm\u002Fdm\u002F@solana\u002Fweb3.js.svg?style=flat\n[npm-image]: https:\u002F\u002Fimg.shields.io\u002Fnpm\u002Fv\u002F@solana\u002Fweb3.js.svg?style=flat\n[npm-url]: https:\u002F\u002Fwww.npmjs.com\u002Fpackage\u002F@solana\u002Fweb3.js\n[semantic-release-image]: https:\u002F\u002Fimg.shields.io\u002Fbadge\u002F%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg\n[semantic-release-url]: https:\u002F\u002Fgithub.com\u002Fsemantic-release\u002Fsemantic-release\n\n> [!NOTE]\n> This is the maintenance branch for the 1.x line of `@solana\u002Fweb3.js`. You can find the successor to this library here: [`@solana\u002Fkit`](https:\u002F\u002Fl.anza.xyz\u002Fs\u002Fjs-sdk-repo).\n\n# Solana JavaScript SDK (v1.x)\n\nUse this to interact with accounts and programs on the Solana network through the Solana [JSON RPC API](https:\u002F\u002Fsolana.com\u002Fdocs\u002Frpc).\n\n## Installation\n\n### For use in Node.js or a web application\n\n```\n$ npm install --save @solana\u002Fweb3.js\n```\n\n### For use in a browser, without a build system\n\n```html\n\u003C!-- Development (un-minified) -->\n\u003Cscript src=\"https:\u002F\u002Funpkg.com\u002F@solana\u002Fweb3.js@latest\u002Flib\u002Findex.iife.js\">\u003C\u002Fscript>\n\n\u003C!-- Production (minified) -->\n\u003Cscript src=\"https:\u002F\u002Funpkg.com\u002F@solana\u002Fweb3.js@latest\u002Flib\u002Findex.iife.min.js\">\u003C\u002Fscript>\n```\n\n## Documentation and examples\n\n- [The Solana Cookbook](https:\u002F\u002Fsolanacookbook.com\u002F) has extensive task-based documentation using this library.\n- For more detail on individual functions, see the [latest API Documentation](https:\u002F\u002Fsolana-foundation.github.io\u002Fsolana-web3.js)\n\n## Getting help\n\nHave a question or a problem? Check the [Solana Stack Exchange](https:\u002F\u002Fsolana.stackexchange.com) to see if anyone else is having the same one. If not, [post a new question](https:\u002F\u002Fsolana.stackexchange.com\u002Fquestions\u002Fask).\n\nInclude:\n\n- A detailed description of what you're trying to achieve\n- Source code, if possible\n- The text of any errors you encountered, with stacktraces if available\n\n## Compatibility\n\nThis library requires a JavaScript runtime that supports [`BigInt`](https:\u002F\u002Fdeveloper.mozilla.org\u002Fen-US\u002Fdocs\u002FWeb\u002FJavaScript\u002FReference\u002FGlobal_Objects\u002FBigInt) and the [exponentiation operator](https:\u002F\u002Fdeveloper.mozilla.org\u002Fen-US\u002Fdocs\u002FWeb\u002FJavaScript\u002FReference\u002FOperators\u002FExponentiation). Both are supported in the following runtimes:\n\n- Browsers, by [release date](https:\u002F\u002Fcaniuse.com\u002Fbigint):\n  - Chrome: May 2018\n  - Firefox: July 2019\n  - Safari: September 2020\n  - Mobile Safari: September 2020\n  - Edge: January 2020\n  - Opera: June 2018\n  - Samsung Internet: April 2019\n- Runtimes, [by version](https:\u002F\u002Fdeveloper.mozilla.org\u002Fen-US\u002Fdocs\u002FWeb\u002FJavaScript\u002FReference\u002FGlobal_Objects\u002FBigInt):\n  - Deno: >=1.0\n  - Node: >=10.4.0\n- React Native:\n  - \\>=0.7.0 using the [Hermes](https:\u002F\u002Freactnative.dev\u002Fblog\u002F2022\u002F07\u002F08\u002Fhermes-as-the-default) engine ([integration guide](https:\u002F\u002Fsolanacookbook.com\u002Fintegrations\u002Freact-native.html#how-to-use-solana-web3-js-in-a-react-native-app)):\n\n## Development environment setup\n\n### Testing\n\n#### Unit tests\n\nTo run the full suite of unit tests, execute the following in the root:\n\n```shell\n$ npm test\n```\n\n#### Integration tests\n\nIntegration tests require a validator client running on your machine.\n\nTo install a test validator:\n\n```shell\n$ npm run test:live-with-test-validator:setup\n```\n\nTo start the test validator and run all of the integration tests in live mode:\n\n```shell\n$ cd packages\u002Flibrary-legacy\n$ npm run test:live-with-test-validator\n```\n\n## Contributing\n\nIf you found a bug or would like to request a feature, please [file an issue](https:\u002F\u002Fgithub.com\u002Fsolana-foundation\u002Fsolana-web3.js\u002Fissues\u002Fnew). If, based on the discussion on an issue you would like to offer a code change, please make a [pull request](https:\u002F\u002Fgithub.com\u002Fsolana-foundation\u002Fsolana-web3.js\u002Fcompare). If neither of these describes what you would like to contribute, read the [getting help](#getting-help) section above.\n\n## Disclaimer\n\nAll claims, content, designs, algorithms, estimates, roadmaps,\nspecifications, and performance measurements described in this project\nare done with the Solana Foundation's (\"SF\") best efforts. It is up to\nthe reader to check and validate their accuracy and truthfulness.\nFurthermore nothing in this project constitutes a solicitation for\ninvestment.\n\nAny content produced by SF or developer resources that SF provides, are\nfor educational and inspiration purposes only. SF does not encourage,\ninduce or sanction the deployment, integration or use of any such\napplications (including the code comprising the Solana blockchain\nprotocol) in violation of applicable laws or regulations and hereby\nprohibits any such deployment, integration or use. This includes use of\nany such applications by the reader (a) in violation of export control\nor sanctions laws of the United States or any other applicable\njurisdiction, (b) if the reader is located in or ordinarily resident in\na country or territory subject to comprehensive sanctions administered\nby the U.S. Office of Foreign Assets Control (OFAC), or (c) if the\nreader is or is working on behalf of a Specially Designated National\n(SDN) or a person subject to similar blocking or denied party\nprohibitions.\n\nThe reader should be aware that U.S. export control and sanctions laws\nprohibit U.S. persons (and other persons that are subject to such laws)\nfrom transacting with persons in certain countries and territories or\nthat are on the SDN list. As a project based primarily on open-source\nsoftware, it is possible that such sanctioned persons may nevertheless\nbypass prohibitions, obtain the code comprising the Solana blockchain\nprotocol (or other project code or applications) and deploy, integrate,\nor otherwise use it. Accordingly, there is a risk to individuals that\nother persons using the Solana blockchain protocol may be sanctioned\npersons and that transactions with such persons would be a violation of\nU.S. export controls and sanctions law. This risk applies to\nindividuals, organizations, and other ecosystem participants that\ndeploy, integrate, or use the Solana blockchain protocol code directly\n(e.g., as a node operator), and individuals that transact on the Solana\nblockchain through light clients, third party interfaces, and\u002For wallet\nsoftware.\n","solana-foundation\u002Fsolana-web3.js 是一个用于与 Solana 区块链网络进行交互的 JavaScript SDK。该项目提供了丰富的功能，包括账户管理、交易处理以及通过 Solana 的 JSON RPC API 与智能合约互动等。它采用 TypeScript 编写，支持现代浏览器和 Node.js 环境，并要求运行时支持 BigInt 和指数运算符。此 SDK 非常适合需要在 Web 应用或 Node.js 项目中集成 Solana 功能的开发者使用，无论是构建去中心化应用还是进行区块链数据分析都非常合适。","2026-06-11 03:29:04","top_topic"]