NomicFoundation / hardhat

Hardhat is a development environment to compile, deploy, test, and debug your Ethereum software.
https://hardhat.org
Other
7.26k stars 1.4k forks source link

Nx/Hardhat Plugin #5280

Closed thachp closed 4 months ago

thachp commented 4 months ago

The Nx-Console is a powerful tool that enhances the development experience for Nx workspaces. Currently, Nx supports various plugins such as nx/next and nx/nest, which provide seamless integration and a set of commands for managing Next.js and Nest.js projects, respectively. To extend this functionality and support blockchain development workflows, I propose the addition of a plugin for Hardhat, to support development environment for Ethereum software.

I request the development of an Nx/Hardhat plugin that integrates Hardhat into Nx workspaces. This plugin should offer commands and functionalities similar to existing Nx plugins, streamlining the process of creating, building, testing, and deploying smart contracts within an Nx workspace.

Acceptance Criteria

Search terms

nx console, nx workspace

Similar request has been made with the NX Team (https://github.com/nrwl/nx/discussions/26138)

alcuadrado commented 4 months ago

Thanks for putting this issue together. Unfortunately, we aren't interested in developing such a plugin at the moment. If you built it yourself, we may be able to provide support around hardhat-specific interactions with the package manager and best practices around it.