
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
@ethereumjs/genesis
Advanced tools
v10| A module to provide genesis states of well known networks. |
|---|
This module provides access to Ethereum genesis state for the following networks:
The package can be install with:
npm i @ethereumjs/genesis
// ./examples/simple.ts
import { Chain } from '@ethereumjs/common' // or directly use chain ID
import { getGenesis } from '@ethereumjs/genesis'
const mainnetGenesis = getGenesis(Chain.Mainnet)
console.log(
`This balance for account 0x000d836201318ec6899a67540690382780743280 in this chain's genesis state is ${parseInt(
mainnetGenesis!['0x000d836201318ec6899a67540690382780743280'] as string,
)}`,
)
The EthereumJS GitHub organization and its repositories are managed by members of the former Ethereum Foundation JavaScript team and the broader Ethereum community. If you want to join for work or carry out improvements on the libraries see the developer docs for an overview of current standards and tools and review our code of conduct.
FAQs
A module to provide genesis states of well known networks
The npm package @ethereumjs/genesis receives a total of 174 weekly downloads. As such, @ethereumjs/genesis popularity was classified as not popular.
We found that @ethereumjs/genesis demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.