JavaScript Starter Project for xdeployer
#20
Closed
defido
started this conversation in
Show and tell
Replies: 1 comment
-
In order to put some context here, @defido is referring to my fully-fledged Hardhat project template here which is based on TypeScript. |
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
-
Firstbase JS single contract starter - Currently in pre beta but working. Don't recommend using in production, yet.
After being asked if there was a JS starter, I have begun working on a JS specific starter.
I think it's good that xDeployer is JS/TS agnostic and that projects can pick or choose whichever to use. Defido will continue to develop ideas & inputs into the xDeployer plugin + your typescript starter. Such as the refactoring of the ENV we did before. If we/I have a good idea on the JS starter, we/I will bring that idea to the xDeployer & see if that is something you would like to put into your TS starter.
WHY:
There are certain projects that will prefer to use JS instead of TS files.
WHAT IS IT:
A simple starter JS project that uses a standard JS setup to complement the TS starter.
THIS WILL:
Be a JS specific starter with certain contracts such as OZ starter, reflections, taxes starters etc
Make projects choose their own testing tool suite.
Developed by the Defido side.
THIS WILL NOT:
Deviate dramatically from the typescript starter.
Great ideas will still be shared, and xDeployer will still be the focus :D
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions