Using Remix IDE as a Front End to Connect to Contracts Deployed in Hardhat Through VSCODE #4092
MattSampson1
started this conversation in
General
Replies: 2 comments 1 reply
-
@MattSampson1 Remix is the most feasible way to build and test smart contracts, but if you want you can use a hardhat console to interact with smart contracts in vs code, but in this, you need to write commands in order to interact. |
Beta Was this translation helpful? Give feedback.
1 reply
-
For anyone curious in the future about this, I have found that the Ethereum Remix plugin in VSCODE has similar functionality to what I was looking for. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone!
I am wondering if there is a convenient way to access Remix's front end functionality on smart contracts deployed in hardhat through vscode. I highly prefer to work only in my vscode environment but quickly testing a function in remix can be very helpful. Does anyone know about a convenient way to mesh the two so I am essentially deploying contracts through vscode that I can access using Remix's front end functionality or similar?
I have stumbled across remixd (https://remix-ide.readthedocs.io/en/latest/remixd.html) as a possible option but I ran into some problems getting it started. Do people still use this?
Any help would be greatly appreciated! Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions