Skip to main content
juanblanco avatar

juanblanco

NuGet publisher profile

Packages
139
Total Downloads
137.9M
137,889,120

Packages (139)

Nethereum.ABI package icon

Nethereum.ABI

Encoding and decoding of ABI Types, functions, events of Ethereum contracts

13.5M
downloads
Nethereum.Hex package icon

Nethereum.Hex

HexTypes for encoding and encoding String, BigInteger, this is specific for Ethereum

10.0M
downloads
Nethereum.RLP package icon

Nethereum.RLP

RLP Encoding and decoding

9.5M
downloads
Nethereum.Util package icon

Nethereum.Util

Nethereum Utilities library, including Sha3 Keccack encoding and Address Checksum

9.4M
downloads
Nethereum.Signer package icon

Nethereum.Signer

Nethereum signer library to sign and verify messages, RLP and transactions using an Ethereum account

8.4M
downloads
Nethereum.Model package icon

Nethereum.Model

Nethereum.Model Ethereum Core Model Class Library

7.9M
downloads
Nethereum.JsonRpc.Client package icon

Nethereum.JsonRpc.Client

Nethereum JsonRpc.Client core library to use in conjunction with either the JsonRpc.RpcClient, the JsonRpc.IpcClient or other custom Rpc provider

7.5M
downloads
Nethereum.RPC package icon

Nethereum.RPC

Nethereum.RPC Ethereum Core RPC Class Library to interact via RPC with an Ethereum client, for example geth.

7.3M
downloads
Nethereum.KeyStore package icon

Nethereum.KeyStore

Keystore generation, encryption and decryption for Ethereum key files using the Web3 Secret Storage definition, https://github.com/ethereum/wiki/wiki/Web3-Secret-Storage-Definition

7.2M
downloads
Nethereum.Contracts package icon

Nethereum.Contracts

Nethereum Contracts is the core library to interact via RPC with Smart contracts in Ethereum

7.1M
downloads
Nethereum.Web3 package icon

Nethereum.Web3

Nethereum.Web3 Ethereum Web3 Class Library to interact via RPC with an Ethereum client, for example geth. Including contract interaction, deployment, transaction, encoding / decoding and event filters

7.1M
downloads
Nethereum.JsonRpc.RpcClient package icon

Nethereum.JsonRpc.RpcClient

JsonRpc Rpc Client Nethereum provider

7.0M
downloads
Nethereum.Accounts package icon

Nethereum.Accounts

Nethereum.Accounts Ethereum Accounts and Transaction Managers Class Library

7.0M
downloads
Nethereum.BlockchainProcessing package icon

Nethereum.BlockchainProcessing

Nethereum.BlockchainProcessing Ethereum blockchain processing allowing to crawl Blocks, Transactions, TransactionReceipts and Logs (Event) for storage and / or using custom handlers like queuing , search, etc

6.5M
downloads
Nethereum.Signer.EIP712 package icon

Nethereum.Signer.EIP712

Nethereum signer library to sign and encode messages according to EIP-712

4.1M
downloads
Nethereum.Merkle.Patricia package icon

Nethereum.Merkle.Patricia

Nethereum Merkle Patrica trie and verification

3.2M
downloads
Nethereum.Fx package icon

Nethereum.Fx

Nethereum Fx, a single package combining most of the main Nethereum libraries (Web3, ABI, Contracts, Accounts, Signers, RPC, WebSockets, IPC, RLP, HdWallet, Geth, Parity, Besu, Quorum, KeyStore, etc) and targetting: net5.0,netcoreapp3.1,netstandard2.0 and netstandard2.1

2.7M
downloads
Nethereum.LiteFx package icon

Nethereum.LiteFx

Nethereum Fx Lite, a single package that combining a small set of Nethereum libraries (for simple portability) not including crypto dependencies to be used with external signers (Web3, ABI, Contracts, RPC, RLP, ENS, ERC20, ERC721) and targetting: net5.0,netcoreapp3.1,netstandard2.0 and netstandard2.1

2.6M
downloads
Nethereum.Portable package icon

Nethereum.Portable

Nethereum.Portable is a NETPortable library including most of the supported libraries in a single package. Including Web3, Geth, ABI, Contracts, Signing, RPC, Hex, KeyStore, Util, ENS, Quorum, Besu and ERC20

2.3M
downloads
Nethereum.HdWallet package icon

Nethereum.HdWallet

Nethereum.HdWallet uses BIP32 and BIP39 to generate an HD tree of Ethereum compatible addreses from a randomly generated word seeds. This is compatible with keys generated using the standard (m/44'/60'/0'/0/x) usded in BIP44, MetaMask, Jaxx, MyEtherWallet (default), TREZOR App, Exodus or (m/44'/60'/0'/x) used in Electrum, MyEtherWallet (ledger), Ledger Chrome App, imToken

1.6M
downloads
Nethereum.Util.Rest package icon

Nethereum.Util.Rest

Nethereum.Util.Rest Nethereum Utility Library providing a generic interface and a simple implementation of a Rest client api

1.4M
downloads
Nethereum.StandardTokenEIP20 package icon

Nethereum.StandardTokenEIP20

Nethereum.StandardTokenEIP20 Ethereum Service to interact with EIP20 compliant contracts

598.4K
downloads
Nethereum.JsonRpc.WebSocketClient package icon

Nethereum.JsonRpc.WebSocketClient

Nethereum.JsonRpc WebSocketClient

553.4K
downloads
Nethereum.RPC.Reactive package icon

Nethereum.RPC.Reactive

Nethereum.RPC.Reactive, Reactive Client Subscriptions (WebSockets) and RPC Extensions for Nethereum

459.7K
downloads
Nethereum.Geth package icon

Nethereum.Geth

Netherum.Geth is the extended Web3 library for Geth. including the non-generic RPC API client methods to interact with the Go Ethereum Client (Geth) Admin, Debug, Miner.

414.0K
downloads
Nethereum.Quorum package icon

Nethereum.Quorum

Nethereum.Quorum. Extension to interact with Quorum, the permissioned implementation of Ethereum supporting data privacy created by JP Morgan

303.3K
downloads
Nethereum.ENS package icon

Nethereum.ENS

Nethereum.ENS Ethereum Name service library with old ENS interfaces not included in Nethereum.Contracts.Standards.ENS, if in doubt use Nethereum.Contracts

235.5K
downloads
Nethereum.Parity package icon

Nethereum.Parity

Netherum.Parity is the extended Web3 library for Parity, including the non-generic RPC API client methods.

220.7K
downloads
Nethereum.Autogen.ContractApi package icon

Nethereum.Autogen.ContractApi

Generates dot net code for Ethereum (Solidity) contracts. Will automatically create dot net files based on .abi files within the target project during pre build. The generated code language is derived from the project file extension (csproj, vbproj, fsproj). More control can be gained by adding a Nethereum.Generator.config file to the root of the project. This describes the abi contracts and the code generation options for each (output folders, namespaces etc).

194.3K
downloads
Nethereum.JsonRpc.IpcClient package icon

Nethereum.JsonRpc.IpcClient

Nethereum.JsonRpc IpcClient for NamedPipes and UnixSockets Class Library

188.6K
downloads
Nethereum.Siwe.Core package icon

Nethereum.Siwe.Core

Nethereum.Siwe.Core Core library to support Siwe (Sign in with Ethereum)

158.0K
downloads
Nethereum.Besu package icon

Nethereum.Besu

Netherum.Besu is the extended Web3 library for Besu. including the non-generic RPC API client methods to interact with the Java Ethereum Client (Besu) Admin, Debug, Miner, EEA, Clique, IBFT..

153.5K
downloads
Nethereum.Siwe package icon

Nethereum.Siwe

Nethereum.Siwe library to support Siwe (Sign in with Ethereum)

150.1K
downloads
Nethereum.Parity.Reactive package icon

Nethereum.Parity.Reactive

Nethereum.Parity.Reactive, Reactive Client Subscriptions pub / sub for Parity

133.3K
downloads
Nethereum.Signer.Ledger package icon

Nethereum.Signer.Ledger

Netherum.Signer.Ledger provides the External Signing capability for Ethereum transactions and Messages using Ledger Hardware wallets

85.9K
downloads
Nethereum.StandardNonFungibleTokenERC721 package icon

Nethereum.StandardNonFungibleTokenERC721

Nethereum.StandardNonFungibleTokenERC721 Ethereum Service to interact with ERC721 compliant contracts

58.1K
downloads
Nethereum.Signer.AzureKeyVault package icon

Nethereum.Signer.AzureKeyVault

Netherum.Signer.AzureKeyVault provides the External Signing capability for Ethereum transactions and Messages using Azure Key Vault

55.0K
downloads
Nethereum.Generator.Console package icon

Nethereum.Generator.Console

Code generation of Nethereum integration classes using the Solidity Abi and Bin

43.3K
downloads
Nethereum.Generators package icon

Nethereum.Generators

Code generation of Nethereum integration classes using the Solidity Abi and Bin

38.5K
downloads
Nethereum.Signer.Trezor package icon

Nethereum.Signer.Trezor

Netherum.Signer.Trezor provides the External Signing capability for Ethereum transactions and Messages using Trezor Hardware wallets

35.2K
downloads
Nethereum.UI package icon

Nethereum.UI

Nethereum.UI Common services to work with Nethereum and FrontEnds like EthereumHostProvider, SiweAuthenticationService

34.6K
downloads
Nethereum.Web3Lite package icon

Nethereum.Web3Lite

Nethereum.Web3Lite Ethereum Web3 Class Library (light browser version, with no reference to signing crypto libraries) to interact via RPC with an Ethereum client, for example geth. Including contract interaction, deployment, transaction, encoding / decoding and event filters

33.4K
downloads
Nethereum.Merkle package icon

Nethereum.Merkle

Nethereum Merkle trees

33.0K
downloads
Nethereum.Generators.Net package icon

Nethereum.Generators.Net

Code generation of Nethereum integration classes using the Solidity Abi and Bin

32.1K
downloads
Nethereum.Rsk package icon

Nethereum.Rsk

Netherum.Rsk is the extended Web3 library for Rsk. including the non-generic RPC API client methods to interact with the Rsk chain

29.5K
downloads
Nethereum.Signer.AWSKeyManagement package icon

Nethereum.Signer.AWSKeyManagement

Netherum.Signer.AWSKeyManagement provides the External Signing capability for Ethereum transactions and Messages using Amazon AWS Key Management

28.6K
downloads
Nethereum.Metamask package icon

Nethereum.Metamask

Nethereum.Metamask Nethereum Metamask core integration

27.6K
downloads
Nethereum.Uport package icon

Nethereum.Uport

Nethereum.Uport Uport integration library

27.5K
downloads
Nethereum.GnosisSafe package icon

Nethereum.GnosisSafe

Nethereum.GnosisSafe Ethereum Service to interact with Gnosis Safe contracts

24.0K
downloads
Nethereum.Metamask.Blazor package icon

Nethereum.Metamask.Blazor

Nethereum.Metamask.Blazor Nethereum Metamask integration with Blazor including Control and EthereumAuthenticationProvider

24.0K
downloads
Nethereum.BlockchainStore.EFCore package icon

Nethereum.BlockchainStore.EFCore

Store Ethereum blockchain data using Entity Framework Core. This package contains the base components. Use the DB-specific packages for PostgreSQL, SQLite, etc.

18.4K
downloads
Nethereum.EVM package icon

Nethereum.EVM

Nethereum.EVM EVM Simulator and ByteCode utils

17.5K
downloads
Nethereum.Microsoft.Configuration.Utils package icon

Nethereum.Microsoft.Configuration.Utils

Nethereum Microsoft Configuration Utils

16.8K
downloads
Nethereum.Optimism package icon

Nethereum.Optimism

Nethereum.Optimism L2 Ethereum Smart contract Services to interact with Optimism L1 and L2 smart contracts

16.1K
downloads
Nethereum.BlockchainStore.AzureTables package icon

Nethereum.BlockchainStore.AzureTables

Package Description

15.0K
downloads
Nethereum.Pantheon package icon

Nethereum.Pantheon

Netherum.Pantheon is the extended Web3 library for Pantheon. including the non-generic RPC API client methods to interact with the Java Ethereum Client (Pantheon) Admin, Debug, Miner, EEA, Clique, IBFT..

13.0K
downloads
StatePrinter.NetStandard.Temp package icon

StatePrinter.NetStandard.Temp

State Printer compiled to Netstandard 2.0 Temporarily for Nethereum, Note: This is a temporary package until the netstandard 2.0 is available, all credit to Kasper B. Graversen. An open source utility to turn object graphs into strings. Automatic unit testing and ToString() methods. Apache v2.0 License

10.1K
downloads
Nethereum.BlockchainStore.EFCore.SqlServer package icon

Nethereum.BlockchainStore.EFCore.SqlServer

Store Ethereum blockchain data in Sql Server using Entity Framework core.

10.0K
downloads
Nethereum.EVM.Contracts package icon

Nethereum.EVM.Contracts

Nethereum.EVM.Contracts EVM Simulation of Standard Contracts and Common contracts

9.1K
downloads
Nethereum.RPC.Extensions package icon

Nethereum.RPC.Extensions

Nethereum.RPC.Extensions Ethereum RPC Extensions library for Dev/Tools or External Parties.

8.9K
downloads
Nethereum.BlockchainStore.EF package icon

Nethereum.BlockchainStore.EF

Store Ethereum blockchain data using Entity Framework (not EF core). This package only contains the base components. Use the other DB specific packages available for Sqlite, SqlServer etc.

8.6K
downloads
Nethereum.DataServices package icon

Nethereum.DataServices

Nethereum DataServices library, provides client access to different external services like the Etherscan rest apis

8.3K
downloads
Nethereum.TestRPCRunner package icon

Nethereum.TestRPCRunner

TestRpc embedded in Nethereum to simplify smart contract and Ethereum integration testing.

7.6K
downloads
Nethereum.Templates.Pack package icon

Nethereum.Templates.Pack

Templates to use with Netheruem.

7.4K
downloads
Nethereum.Templates.Faucet package icon

Nethereum.Templates.Faucet

Nethereum Template Faucet: The Nethereum template faucet, is a web application template for a simple faucet to provide a limited amount of Ether to accounts in your Ethereum deployment

6.9K
downloads
Nethereum.WalletConnect package icon

Nethereum.WalletConnect

Nethereum.WalletConnect Nethereum WalletConnect integration

6.8K
downloads
Nethereum.Mud package icon

Nethereum.Mud

Nethereum.Mud Nethereum Web3 Class Library providing the core component to interact with the Mud framework https://mud.dev/ (Encoding, Repositories, Resources, Schema, TableRecords)

6.6K
downloads
Nethereum.Mud.Contracts package icon

Nethereum.Mud.Contracts

Nethereum.Mud.Contracts Nethereum Web3 Class Library integrate with the Mud framework contracts https://mud.dev/ World, WorldFactory, Core systems and deployment

6.3K
downloads
Nethereum.Microsoft.Logging.Utils package icon

Nethereum.Microsoft.Logging.Utils

Nethereum Microsoft Logging Utils

6.2K
downloads
Nethereum.BlockchainStore.MongoDb package icon

Nethereum.BlockchainStore.MongoDb

Store Ethereum block chain data in MongoDB.

6.0K
downloads
Nethereum.BlockchainStore.EFCore.Sqlite package icon

Nethereum.BlockchainStore.EFCore.Sqlite

Store Ethereum blockchain data in Sqlite using Entity Framework core.

5.6K
downloads
Nethereum.BlockchainStore.CosmosCore package icon

Nethereum.BlockchainStore.CosmosCore

Store Ethereum block chain data in Azure Cosmos Db.

5.6K
downloads
Nethereum.BlockchainStore.EF.Sqlite package icon

Nethereum.BlockchainStore.EF.Sqlite

Store Ethereum blockchain data in Sqlite using Entity Framework (not core).

5.2K
downloads
Nethereum.BlockchainStore.Csv package icon

Nethereum.BlockchainStore.Csv

Store Ethereum blockchain data in CSV format.

5.1K
downloads
Nethereum.EIP6963WalletInterop package icon

Nethereum.EIP6963WalletInterop

Nethereum.EIP6963WalletInterop Nethereum EIP6963 Browser Wallet Extension Interop, core components to integrate with browser extensions like Metamask, Coinbase, Brave, Rabby, Rainbow, and many more see https://eips.ethereum.org/EIPS/eip-6963 and https://eip6963.org/

4.7K
downloads
Nethereum.Blazor package icon

Nethereum.Blazor

Nethereum.Blazor Nethereum integration with Blazor including EIP6963WalletInterop and EthereumAuthenticationProvider

4.6K
downloads
Nethereum.BlockchainStore.EF.SqlServer package icon

Nethereum.BlockchainStore.EF.SqlServer

Store Ethereum blockchain data in Sql Server using Entity Framework (not core).

4.5K
downloads
Nethereum.TestRPCRunner.Net45 package icon

Nethereum.TestRPCRunner.Net45

TestRpc embedded in Nethereum to simplify smart contract and Ethereum integration testing.

4.4K
downloads
Nethereum.BlockchainStore.EF.Hana package icon

Nethereum.BlockchainStore.EF.Hana

Store Ethereum blockchain data in SAP Hana using Entity Framework (not core).

4.2K
downloads
Nethereum.Contracts.IntegrationTester package icon

Nethereum.Contracts.IntegrationTester

Nethereum / Ethereum Smart Contract Integration testing

3.7K
downloads
Nethereum.Mud.Repositories.EntityFramework package icon

Nethereum.Mud.Repositories.EntityFramework

Nethereum.Mud.Repositories.EntityFramework Nethereum Web3 Class Library providing the EF context Table Repositories to sync with the Store contracts of the Mud framework https://mud.dev/ (Encoding, Repositories, Resources, Schema, TableRecords)

3.3K
downloads
Nethereum.Mud.Repositories.Postgres package icon

Nethereum.Mud.Repositories.Postgres

Nethereum.Mud.Repositories.Postgres Nethereum Web3 Class Library providing the EF Postgres context Table Repositories and Process Services to sync with the Store contracts of the Mud framework https://mud.dev/

3.1K
downloads
Nethereum.Signer.Bls package icon

Nethereum.Signer.Bls

Core BLS abstraction and shared types for pluggable implementations.

2.9K
downloads
Nethereum.Ssz package icon

Nethereum.Ssz

Minimal SSZ primitives (reader/writer/merkleizer) shared by consensus components.

2.9K
downloads
Nethereum.Signer.Bls.Herumi package icon

Nethereum.Signer.Bls.Herumi

Herumi-backed native BLS implementation for Nethereum.

2.7K
downloads
Nethereum.Consensus.Ssz package icon

Nethereum.Consensus.Ssz

Light client SSZ container implementations for beacon/consensus types.

2.7K
downloads
Nethereum.Beaconchain package icon

Nethereum.Beaconchain

Nethereum.Beaconchain - Ethereum Beacon Chain REST API client library for light client, state, and validator endpoints.

2.6K
downloads
Nethereum.Consensus.LightClient package icon

Nethereum.Consensus.LightClient

Beacon light client orchestration (bootstrap, updates, trusted execution headers).

2.5K
downloads
RPCRequestResponseHandlers package icon

RPCRequestResponseHandlers

Generic Rpc Request Responses Handlers to use with JsonRpc.Client

2.4K
downloads
Nethereum.TokenServices package icon

Nethereum.TokenServices

Nethereum TokenServices library - token discovery, balances, and pricing for ERC20 tokens

2.3K
downloads
Nethereum.ChainStateVerification package icon

Nethereum.ChainStateVerification

Verified execution-state primitives (account/storage/receipt proofs rooted in the light client).

2.2K
downloads
Nethereum.Wallet package icon

Nethereum.Wallet

Core wallet services for managing accounts, vaults, and configuration across the Nethereum stack.

2.2K
downloads
Nethereum.JsonRpc.SystemTextJsonRpcClient package icon

Nethereum.JsonRpc.SystemTextJsonRpcClient

A lightweight and AOT-friendly JSON-RPC client for Ethereum, using System.Text.Json. Part of the Nethereum suite.

2.1K
downloads
Nethereum.CoreChain package icon

Nethereum.CoreChain

Nethereum CoreChain - Core blockchain infrastructure for state, transactions, and receipts root management

2.1K
downloads
Nethereum.Reown.AppKit.Blazor package icon

Nethereum.Reown.AppKit.Blazor

Nethereum.Reown.AppKit.Blazor Nethereum Reown AppKit integration with Blazor

2.0K
downloads
Nethereum.DevChain package icon

Nethereum.DevChain

Nethereum DevChain - Development chain RPC handlers for testing and development

2.0K
downloads
Nethereum.BlockchainStore.Search package icon

Nethereum.BlockchainStore.Search

Add Ethereum block chain data to Azure or Elastic Search. Easily index events and transactions with minimal config. Data can be auto mapped to search documents or create your own search DTO's and mapping. Supports filtering to ensure you only index what you want.

1.7K
downloads
Nethereum.Uniswap package icon

Nethereum.Uniswap

Nethereum.Uniswap to interact with Uniswap V2, V3 and V4 contracts, including Universal Router and Permit2

1.5K
downloads
Nethereum.BlockchainStorage.Processors package icon

Nethereum.BlockchainStorage.Processors

Database-agnostic background hosted services for indexing Ethereum blockchain data with retry, reorg handling, and internal transaction tracing.

1.5K
downloads
Nethereum.Wallet.Trezor package icon

Nethereum.Wallet.Trezor

Trezor hardware wallet integration for the Nethereum wallet services.

1.5K
downloads
Nethereum.Wallet.RpcRequests package icon

Nethereum.Wallet.RpcRequests

Wallet-oriented JSON-RPC handlers for exposing Nethereum wallet capabilities to dapps.

1.5K
downloads
Nethereum.Wallet.UI.Components package icon

Nethereum.Wallet.UI.Components

Reusable wallet UI components, view models, and services for Nethereum applications.

1.5K
downloads
Nethereum.BlockchainStore.Postgres package icon

Nethereum.BlockchainStore.Postgres

Store Ethereum blockchain data in PostgreSQL using Entity Framework Core.

1.4K
downloads
Nethereum.BlockchainStore.SqlServer package icon

Nethereum.BlockchainStore.SqlServer

Store Ethereum blockchain data in SQL Server using Entity Framework Core.

1.4K
downloads
Nethereum.BlockchainStore.Sqlite package icon

Nethereum.BlockchainStore.Sqlite

Store Ethereum blockchain data in SQLite using Entity Framework Core.

1.4K
downloads
Nethereum.Wallet.UI.Components.Trezor package icon

Nethereum.Wallet.UI.Components.Trezor

Shared view models and helpers for integrating Trezor devices into Nethereum wallet UIs.

1.3K
downloads
Nethereum.DevChain.Server package icon

Nethereum.DevChain.Server

Nethereum DevChain Server - Local Ethereum development node with JSON-RPC server. Similar to Ganache, Hardhat Network, or Anvil but built in .NET.

1.3K
downloads
Nethereum.BlockchainStorage.Processors.Postgres package icon

Nethereum.BlockchainStorage.Processors.Postgres

PostgreSQL-specific DI registration for the Nethereum blockchain indexer hosted services.

1.2K
downloads
Nethereum.BlockchainStorage.Token.Postgres package icon

Nethereum.BlockchainStorage.Token.Postgres

Nethereum.BlockchainStorage.Token.Postgres provides EF Postgres repositories and processing services for token transfer log indexing and balance aggregation (ERC20, ERC721, ERC1155)

1.2K
downloads
Nethereum.BlockchainStorage.Processors.Sqlite package icon

Nethereum.BlockchainStorage.Processors.Sqlite

SQLite-specific DI registration for the Nethereum blockchain indexer hosted services.

1.2K
downloads
Nethereum.MudBlazorComponents package icon

Nethereum.MudBlazorComponents

Nethereum.MudBlazorComponents Nethereum MudBlazor Components to dynamically generate Deploy, Transact and Query smart contracts user interfaces using Deployment and Function Typed Messages or Nethereum Services. Mud.dev Table components to query and upsert data using TableServices.

1.2K
downloads
Nethereum.BlockchainStorage.Processors.SqlServer package icon

Nethereum.BlockchainStorage.Processors.SqlServer

SQL Server-specific DI registration for the Nethereum blockchain indexer hosted services.

1.2K
downloads
Nethereum.Wallet.UI.Components.Blazor package icon

Nethereum.Wallet.UI.Components.Blazor

Blazor components and layouts for building Nethereum-powered wallets.

966
downloads
Nethereum.Circles package icon

Nethereum.Circles

Nethereum.Circles - Ethereum Service to interact with Circles UBI (Universal Basic Income) contracts

959
downloads
Nethereum.Wallet.UI.Components.Blazor.Trezor package icon

Nethereum.Wallet.UI.Components.Blazor.Trezor

Blazor prompt components and services tailored for Trezor hardware wallets.

924
downloads
Nethereum.Maui.AndroidUsb package icon

Nethereum.Maui.AndroidUsb

Helpers for integrating raw Android USB access into MAUI applications (used by hardware wallet flows).

903
downloads
Nethereum.AccountAbstraction package icon

Nethereum.AccountAbstraction

Nethereum AccountAbstraction - ERC-4337 Account Abstraction core types, UserOperation encoding, and EntryPoint contract interactions

898
downloads
Nethereum.AccountAbstraction.Bundler package icon

Nethereum.AccountAbstraction.Bundler

Nethereum AccountAbstraction Bundler - ERC-4337 bundler with UserOperation validation, mempool, gas estimation, and bundle submission

826
downloads
Nethereum.Explorer package icon

Nethereum.Explorer

Nethereum.Explorer Blazor Server blockchain explorer component library for Ethereum-compatible chains. Provides pages for blocks, transactions, accounts, contracts, logs, token transfers, and MUD worlds with ABI decoding, contract interaction, and transaction tracing.

819
downloads
Nethereum.X402 package icon

Nethereum.X402

Nethereum x402 payment protocol implementation for accepting HTTP 402 payments with EIP-3009 USDC transfers

792
downloads
Nethereum.EVM.Precompiles.Kzg package icon

Nethereum.EVM.Precompiles.Kzg

KZG point evaluation precompile implementation for Nethereum EVM using c-kzg-4844 native library.

777
downloads
Nethereum.EVM.Precompiles.Bls package icon

Nethereum.EVM.Precompiles.Bls

BLS12-381 precompile implementations for Nethereum EVM using Herumi MCL native library.

769
downloads
Nethereum.AccountAbstraction.Bundler.RocksDB package icon

Nethereum.AccountAbstraction.Bundler.RocksDB

Nethereum Account Abstraction Bundler RocksDB - Persistent storage for ERC-4337 bundler mempool and reputation

745
downloads
Nethereum.CoreChain.RocksDB package icon

Nethereum.CoreChain.RocksDB

Nethereum CoreChain RocksDB - High-performance persistent storage for blockchain data using RocksDB

741
downloads
Nethereum.Blazor.Solidity package icon

Nethereum.Blazor.Solidity

Solidity source viewer and EVM transaction debugger Blazor components with Monaco editor integration.

724
downloads
Nethereum.Wallet.UI.Components.Maui package icon

Nethereum.Wallet.UI.Components.Maui

MAUI helpers and Blazor WebView integration for hosting Nethereum wallet components on mobile and desktop.

715
downloads
Nethereum.Aspire.TemplatePack package icon

Nethereum.Aspire.TemplatePack

Aspire templates for Nethereum. Includes DevChain with PostgreSQL, blockchain indexer, Blazor explorer, ERC-4337 bundler, and load test generator.

683
downloads
Nethereum.Sourcify.Database package icon

Nethereum.Sourcify.Database

EF Core database implementation for Sourcify contract verification data mirror

610
downloads
Nethereum.AppChain package icon

Nethereum.AppChain

Nethereum AppChain - Application-specific blockchain with RocksDB storage, MUD World integration, and genesis configuration

426
downloads
Nethereum.AppChain.Sequencer package icon

Nethereum.AppChain.Sequencer

Nethereum AppChain Sequencer - Block production, transaction ordering, and consensus-driven sequencing for AppChain nodes

415
downloads
Nethereum.AppChain.Sync package icon

Nethereum.AppChain.Sync

Nethereum AppChain Sync - Block synchronization, batch file format, state snapshots, and follower sync services

394
downloads
Nethereum.ZkProofs package icon

Nethereum.ZkProofs

Nethereum ZkProofs - Generic ZK proof generation interfaces and models for snarkjs/Groth16 circuits

239
downloads
Nethereum.CircomWitnessCalc package icon

Nethereum.CircomWitnessCalc

Nethereum CircomWitnessCalc - Native circom witness generation via iden3/circom-witnesscalc (P/Invoke)

220
downloads
Nethereum.ZkProofs.RapidSnark package icon

Nethereum.ZkProofs.RapidSnark

Nethereum RapidSnark - Native Groth16 proof generation via rapidsnark C library (P/Invoke)

185
downloads
Nethereum.ZkProofsVerifier package icon

Nethereum.ZkProofsVerifier

ZK proof verification for Nethereum — Groth16 on BN128 with snarkjs/Circom support

169
downloads
Nethereum.PrivacyPools package icon

Nethereum.PrivacyPools

Nethereum PrivacyPools - 0xbow Privacy Pools protocol SDK with Poseidon commitments, LeanIMT, and Groth16 proof verification

167
downloads
Nethereum.PrivacyPools.Circuits package icon

Nethereum.PrivacyPools.Circuits

Nethereum PrivacyPools Circuits - Embedded circuit artifacts (wasm, zkey, vk) for Privacy Pools commitment and withdrawal proofs

160
downloads
Nethereum.ZkProofs.Snarkjs.Blazor package icon

Nethereum.ZkProofs.Snarkjs.Blazor

Nethereum ZkProofs Snarkjs Blazor - Browser-based snarkjs proof generation via JS interop

140
downloads
Nethereum.ZkProofs.Snarkjs package icon

Nethereum.ZkProofs.Snarkjs

Nethereum ZkProofs Snarkjs - Local snarkjs proof provider for desktop/server/CLI (Node.js process or native interop)

136
downloads