116 packages
hardhat
Hardhat is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.
@nomicfoundation/block
Provides Block serialization and help functions
@nomicfoundation/blockchain
A module to store and interact with blocks
@nomicfoundation/coc-solidity
Solidity and Hardhat support for coc.nvim
@nomicfoundation/common
Resources common to all Ethereum implementations
@nomicfoundation/edr
**EDR**, or **Ethereum Development Runtime** in full, is a library for creating developer tooling on top of the Ethereum Virtual Machine (EVM), such as an EVM debugger or state inspector. EDR provides a performant API, written in Rust, with bindings for t
@nomicfoundation/edr-darwin-arm64
This is the **aarch64-apple-darwin** binary for `@nomicfoundation/edr`
@nomicfoundation/edr-darwin-x64
This is the **x86_64-apple-darwin** binary for `@nomicfoundation/edr`
@nomicfoundation/edr-linux-arm64-gnu
This is the **aarch64-unknown-linux-gnu** binary for `@nomicfoundation/edr`
@nomicfoundation/edr-linux-arm64-musl
This is the **aarch64-unknown-linux-musl** binary for `@nomicfoundation/edr`
@nomicfoundation/edr-linux-x64-gnu
This is the **x86_64-unknown-linux-gnu** binary for `@nomicfoundation/edr`
@nomicfoundation/edr-linux-x64-musl
This is the **x86_64-unknown-linux-musl** binary for `@nomicfoundation/edr`
@nomicfoundation/edr-win32-arm64-msvc
This is the **aarch64-pc-windows-msvc** binary for `edr`
@nomicfoundation/edr-win32-ia32-msvc
This is the **i686-pc-windows-msvc** binary for `@nomicfoundation/edr`
@nomicfoundation/edr-win32-x64-msvc
This is the **x86_64-pc-windows-msvc** binary for `@nomicfoundation/edr`
@nomicfoundation/ethash
An ethash implementation in JavaScript
@nomicfoundation/ethereumjs-block
Provides Block serialization and help functions
@nomicfoundation/ethereumjs-blockchain
A module to store and interact with blocks
@nomicfoundation/ethereumjs-common
Resources common to all Ethereum implementations
@nomicfoundation/ethereumjs-ethash
An implementation of the Ethash consensus algorithm in JavaScript
@nomicfoundation/ethereumjs-evm
JavaScript Ethereum Virtual Machine (EVM) implementation
@nomicfoundation/ethereumjs-rlp
Recursive Length Prefix Encoding Module
@nomicfoundation/ethereumjs-statemanager
An Ethereum statemanager implementation
@nomicfoundation/ethereumjs-trie
Implementation of the modified merkle patricia tree as specified in Ethereum's yellow paper.
@nomicfoundation/ethereumjs-tx
Implementation of the various Ethereum Transaction Types