![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
@matterlabs/hardhat-zksync-node
Advanced tools
ZKsync Era Hardhat plugin to run anvil-zksync locally.
Ensure you are using the correct version of the plugin with ethers:
For plugin version <1.0.0:
For plugin version ≥1.0.0:
From version 1.1.1, the plugin is not dependent on a specific ethers version and can be used for both ethers v5 and v6 projects.
To install hardhat-zksync-node plugin, run:
npm install -D @matterlabs/hardhat-zksync-node
or
yarn add -D @matterlabs/hardhat-zksync-node
yarn hardhat node-zksync
This command runs a local ZKsync In-memory node by initiating a JSON-RPC server. It uses the provided or default configurations to set up and run the ZKsync node, allowing for blockchain operations in a local environment. The command also handles tasks such as downloading the necessary JSON-RPC server binary if it's not already present.
🔧 Command | 📄 Description |
---|---|
--port | Port on which the server should listen. Defaults to 8011. |
--log | Log filter level. Accepted values are: error, warn, info, and debug. Defaults to info. |
--log-file-path | Path to the file where logs should be written. Defaults to anvil-zksync.log |
--cache | Type of cache to use. Accepted values are: none, disk, and memory. Defaults to disk. |
--cache-dir | Directory location for the disk cache. Defaults to .cache |
--reset-cache | Flag to reset the local disk cache. |
--show-calls | Determines which call debug information to show. Accepted values are: none, user, system, and all. Defaults to none. |
--show-storage-logs | Determines which storage logs to show. Accepted values are: none, read, write, and all. Defaults to none. |
--show-vm-details | Specifies the level of Virtual Machine (VM) details to show. Accepted values are: none and all. Defaults to none. |
--show-gas-details | Specifies the level of gas details to show. Accepted values are: none and all. Defaults to none. |
--resolve-hashes | When enabled, it makes the debug log more readable but might decrease performance. |
--dev-use-local-contracts | Flag to load locally compiled system contracts. Useful when making changes to system contracts or bootloader. |
---fork | Starts a local network that is a fork of another network. Accepted values are: testnet, mainnet, or a specific URL. |
--fork-block-number | Specifies the block height at which to fork. |
--replay-tx | Transaction hash to replay. |
Restrictions: The --replay-tx and --fork-block-number parameters cannot be specified simultaneously.
In addition to the hardhat-zksync-node, ZKsync's Era website offers a variety of resources including:
Guides to get started: Learn how to start building on ZKsync Era.
Hardhat ZKsync Era plugins: Overview and guides for all Hardhat ZKsync Era plugins.
ZK Chains: Deep dive into the concept of ZK chains.
Contributions are always welcome! Feel free to open any issue or send a pull request.
Go to CONTRIBUTING.md to learn about steps and best practices for contributing to ZKsync hardhat tooling base repository.
ZKsync Era Discord server: for questions and feedback.
Follow ZKsync Era on Twitter
FAQs
Hardhat plugin to run anvil-zksync locally
The npm package @matterlabs/hardhat-zksync-node receives a total of 8,757 weekly downloads. As such, @matterlabs/hardhat-zksync-node popularity was classified as popular.
We found that @matterlabs/hardhat-zksync-node demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.