Near Api Js

JavaScript library to interact with NEAR Protocol via RPC API
Alternatives To Near Api Js
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Go Ethereum41,5954311,92012 hours ago655September 15, 2022311lgpl-3.0Go
Official Go implementation of the Ethereum protocol
Snarkos2,365273 days ago6August 27, 202083gpl-3.0Rust
A Decentralized Operating System for ZK Applications
Fisco Bcos2,019
12 hours ago99apache-2.0Shell
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.
Nethereum1,969
22 days ago23July 20, 202284mitC#
Ethereum .Net cross platform integration library
Eosjs1,4473913268 months ago290January 03, 202253mitTypeScript
General purpose library for the EOSIO blockchain.
Solana Web3.js1,373926611 hours ago446July 13, 202253mitTypeScript
Solana JavaScript SDK
Btc Rpc Explorer1,161
a day ago24December 07, 202153mitJavaScript
Database-free, self-hosted Bitcoin explorer, via RPC to Bitcoin Core.
Api1,0235225412 hours ago3,107July 16, 202229apache-2.0TypeScript
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.rb67927510 months ago25March 18, 2020mitRuby
Ethereum library for the Ruby language
Solana Py6131313 days ago52June 22, 202239mitPython
Solana Python SDK
Alternatives To Near Api Js
Select To Compare


Alternative Project Comparisons
Readme

NEAR JavaScript API

Build Status Gitpod Ready-to-Code

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.

Documentation

Contribute to this library

  1. Install dependencies

    pnpm install
    
  2. Run continuous build with:

    pnpm -r compile -w
    

Publish

Prepare dist version by running:

pnpm dist

Integration Test

Start the node by following instructions from nearcore, then

pnpm test

Tests use sample contract from near-hello npm package, see nearprotocol/near-hello

Update error schema

Follow next steps:

  1. Change hash for the commit with errors in the nearcore
  2. Fetch new schema: node fetch_error_schema.js
  3. pnpm build to update lib/**.js files

License

This 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.

Popular Rpc Projects
Popular Blockchain Projects
Popular Application Programming Interfaces Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Javascript
Typescript
Blockchain
Rpc
Smart Contracts
Dapp