NomicFoundation / hardhat

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

Create hardhat-js-plugin-boilerplate #227

Open alcuadrado opened 5 years ago

alcuadrado commented 5 years ago

We should have a JavaScript equivalent of https://github.com/nomiclabs/hardhat-ts-plugin-boilerplate

isprateek commented 2 years ago

Hey @alcuadrado @fvictorio , I would like to contribute.

alcuadrado commented 2 years ago

Awesome! Do you wanna give it a try in a repository of yours and ping us back? We can then move it to nomiclabs/ for more visibility.

isprateek commented 2 years ago

Yes I'm done with all the scripts and tests. All that is left now is commenting stuff and things like readme. Here's a link of the repository.

alcuadrado commented 2 years ago

Nice! Looks good.

All that is left now is commenting stuff and things like readme.

Let us know when this is ready :)

isprateek commented 2 years ago

Sure I'll let you know when it's done :)

isprateek commented 2 years ago

Hey @alcuadrado ! I'm done with the boilerplate, you can check it out here.

isprateek commented 2 years ago

Hey @alcuadrado ! I'm done with the boilerplate, you can check it out here.

Hey @alcuadrado and @fvictorio is there any feedback you want to give? As I'm new to contributing into projects and Hardhat is my first contribution. So I don't really know what I did wrong or right. Is there any feedback by your end about this. Like if it's the thing that you wanted, or if it's missing something or maybe it's just completely some other thing.

Thank you.

fvictorio commented 2 years ago

Hey @Palmatum, sorry for not reviewing this yet! We really appreciate your effort, but reviewing things takes a lot of time and we are kind of busy at the moment, so please don't take it personally :smile: We'll try to take a look at this as soon as we can.

isprateek commented 2 years ago

Hey @Palmatum, sorry for not reviewing this yet! We really appreciate your effort, but reviewing things takes a lot of time and we are kind of busy at the moment, so please don't take it personally 😄 We'll try to take a look at this as soon as we can.

Oh it's all okay. I thought I did something wrong and that's why I didn't get a response.

Saty248 commented 1 year ago

hi @alcuadrado @fvictorio is this issue solved yet?

koyuncuoglum95 commented 1 year ago

Hello @alcuadrado @fvictorio, I'd like to contribute this project. I'm here first time.

fvictorio commented 1 year ago

Not solved yet. The way to approach this externally would be:

koyuncuoglum95 commented 1 year ago

@fvictorio, I understood what you meant. When I'm done, let you know.

Saty248 commented 1 year ago

@fvictorio @alcuadrado i read the above comment and created this boilerplate accordingly.. please check this repo

repo

Akshat-sGit commented 11 months ago

Hey @fvictorio @alcuadrado, I would like to contribute here. Can you tell me how to?