Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of francescowm/ethereum-block-number

Account's avatar
inspect-js/available-typed-arrays
Returns an array of Typed Array names that are available in the current environment
Account's avatar
ljharb/call-bind
Robustly `.call.bind()` a function
Account's avatar
SheetJS/js-crc32
Pure-JS CRC-32
Account's avatar
lquixada/cross-fetch
Universal WHATWG Fetch API for Node, Browsers and React Native
Account's avatar
ljharb/define-data-property
Define a data property on an object. Will fall back to assignment in an engine without descriptors.
Account's avatar
motdotla/dotenv
Loads environment variables from .env file
Account's avatar
ljharb/es-define-property
`Object.defineProperty`, but not IE 8's broken one.
Account's avatar
ljharb/es-errors
A simple cache for a few of the JS Error constructors.
Account's avatar
ethereum/js-ethereum-cryptography
All the cryptographic primitives used in Ethereum.
Account's avatar
Raynos/for-each
A better forEach
Account's avatar
Raynos/function-bind
Implementation of Function.prototype.bind
Account's avatar
ljharb/get-intrinsic
Get and robustly cache all JS language-level intrinsics at first require time
Account's avatar
ljharb/gopd
`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.
Account's avatar
inspect-js/has-property-descriptors
Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.
Account's avatar
inspect-js/has-proto
Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?
Account's avatar
inspect-js/has-symbols
Determine if the JS environment has Symbol support. Supports spec, or shams.
Account's avatar
inspect-js/has-tostringtag
Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.
Account's avatar
inspect-js/hasOwn
A robust, ES3 compatible, "has own property" predicate.
Account's avatar
isaacs/inherits
Browser-friendly inheritance fully compatible with standard node.js inherits()
Account's avatar
inspect-js/is-arguments
Is this an arguments object? It's a harder question than you think.
Account's avatar
inspect-js/is-callable
Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.
Account's avatar
inspect-js/is-generator-function
Determine if a function is a native generator function.
Account's avatar
inspect-js/is-typed-array
Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
Account's avatar
heineiuo/isomorphic-ws
Isomorphic implementation of WebSocket
Account's avatar
node-fetch/node-fetch
A light-weight module that brings Fetch API to node.js
Account's avatar
ljharb/possible-typed-array-names
A simple list of possible Typed Array names.
Account's avatar
ljharb/set-function-length
Set a function's length property
Account's avatar
jsdom/tr46
An implementation of the Unicode UTS #46: Unicode IDNA Compatibility Processing
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development
Account's avatar
nodejs/undici
A stand-alone types package for Undici
Account's avatar
browserify/node-util
Node.js's util module for all engines
Account's avatar
ChainSafe/web3.js
Ethereum JavaScript API
Account's avatar
ChainSafe/web3.js
Web3 core tools for sub-packages. This is an internal package.
Account's avatar
ChainSafe/web3.js
This package has web3 error classes
Account's avatar
ChainSafe/web3.js
Web3 module to interact with the Ethereum blockchain and smart contracts.
Account's avatar
ChainSafe/web3.js
Package for managing Ethereum accounts and signing
Account's avatar
ChainSafe/web3.js
This package has ENS functions for interacting with Ethereum Name Service.
Account's avatar
ChainSafe/web3.js
This package converts Ethereum addresses to IBAN addresses and vice versa.
Account's avatar
ChainSafe/web3.js
Web3 module to interact with the Ethereum blockchain accounts stored in the node.
Account's avatar
ChainSafe/web3.js
Web3 module to interact with the Ethereum nodes networking properties.
Account's avatar
ChainSafe/web3.js
HTTP provider for Web3 4.x.x
Account's avatar
ChainSafe/web3.js
IPC provider for Web3 4.x.x
Account's avatar
ChainSafe/web3.js
Websocket provider for Web3 4.x.x
Account's avatar
ChainSafe/web3.js
Ethereum RPC methods for Web3 4.x.x
Account's avatar
ChainSafe/web3.js
Provide the common data structures and interfaces for web3 modules.
Account's avatar
ChainSafe/web3.js
Collection of utility functions used in web3.js.

Support the repos that depend on this repository

Top contributors

FrancescoWM's profile
FrancescoWM
5 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
francescowm

francescowm/ethereum-block-number

JavaScript
0
0
No license

The `@cicciocoin/ethereum-block-number` package is a tiny Node.js utility that fetches the latest block number from any Ethereum JSON‑RPC endpoint. It’s aimed at developers who need a simple, promise‑based way to query the current block height within scripts or applications.