Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Go Ethereum | 41,595 | 431 | 1,920 | 12 hours ago | 655 | September 15, 2022 | 311 | lgpl-3.0 | Go | |
Official Go implementation of the Ethereum protocol | ||||||||||
Snarkos | 2,365 | 27 | 3 days ago | 6 | August 27, 2020 | 83 | gpl-3.0 | Rust | ||
A Decentralized Operating System for ZK Applications | ||||||||||
Fisco Bcos | 2,019 | 12 hours ago | 99 | apache-2.0 | Shell | |||||
FISCO BCOS是由微众牵头的金链盟主导研发、对外开源、安全可控的企业级金融区块链底层技术平台。 单链配置下,性能TPS可达万级。提供群组架构、并行计算、分布式存储、可插拔的共识机制、隐私保护算法、支持全链路国密算法等诸多特性。 经过多个机构、多个应用,长时间在生产环境中的实践检验,具备金融级的高性能、高可用性及高安全性。FISCO BCOS is a secure and reliable financial-grade open-source blockchain platform. The platform provides rich features including group architecture, cross-chain communication protocols, pluggable consensus mechanisms, privacy protection algorithms, OSCCA-approved (Office of State Commercial Cryptography Administration) cryptography algorithms, and distributed storage. Its performance, usability, and security have been testified by many institutional users and successful business applications in a live production environment. | ||||||||||
Nethereum | 1,969 | 2 | 2 days ago | 23 | July 20, 2022 | 84 | mit | C# | ||
Ethereum .Net cross platform integration library | ||||||||||
Eosjs | 1,447 | 391 | 326 | 8 months ago | 290 | January 03, 2022 | 53 | mit | TypeScript | |
General purpose library for the EOSIO blockchain. | ||||||||||
Solana Web3.js | 1,373 | 9 | 266 | 11 hours ago | 446 | July 13, 2022 | 53 | mit | TypeScript | |
Solana JavaScript SDK | ||||||||||
Btc Rpc Explorer | 1,161 | a day ago | 24 | December 07, 2021 | 53 | mit | JavaScript | |||
Database-free, self-hosted Bitcoin explorer, via RPC to Bitcoin Core. | ||||||||||
Api | 1,023 | 52 | 254 | 12 hours ago | 3,107 | July 16, 2022 | 29 | apache-2.0 | TypeScript | |
Promise and RxJS APIs around Polkadot and Substrate based chains via RPC calls. It is dynamically generated based on what the Substrate runtime provides in terms of metadata. Full documentation & examples available | ||||||||||
Ethereum.rb | 679 | 27 | 5 | 10 months ago | 25 | March 18, 2020 | mit | Ruby | ||
Ethereum library for the Ruby language | ||||||||||
Solana Py | 613 | 13 | 13 days ago | 52 | June 22, 2022 | 39 | mit | Python | ||
Solana Python SDK |
NEAR JavaScript API is a complete library to interact with the NEAR blockchain. You can use it in the browser, or in Node.js runtime.
Learn how to use the library in your project
Read the TypeDoc API documentation
Cookbook with common use cases
To quickly get started with integrating NEAR in a web browser, read our Web Frontend integration article.
Install dependencies
pnpm install
Run continuous build with:
pnpm -r compile -w
Prepare dist
version by running:
pnpm dist
Start the node by following instructions from nearcore, then
pnpm test
Tests use sample contract from near-hello
npm package, see nearprotocol/near-hello
Follow next steps:
node fetch_error_schema.js
pnpm build
to update lib/**.js
filesThis repository is distributed under the terms of both the MIT license and the Apache License (Version 2.0). See LICENSE and LICENSE-APACHE for details.