Sukanya Parashar
Sukanya Parashar
I guess, according to @gnidan's suggestion, we should keep both the `contracts` and `migrations` folders empty on `truffle init`.
Should we also include a `package.json` having `dotenv` and `@truffle/hdwallet-provider` as dependencies with `truffle init`, so that the users get a complete development environment to start with? And we can...
Hi @forencen, thanks for raising this issue. It seems that you are using Node 18 and npm > 6, which truffle doesn't support currently. Can you please downgrade your `node`...
> Thanks @sukanyaparashar for taking this on! I've left a few comments. Note that [issue#5268](https://github.com/trufflesuite/truffle/issues/5268) also mentioned changing the comment on line 35 in `truffle-config.js` (from port `9545` to `8545`)...
> @sukanyaparashar Yea I think the `development` network config is fine, the confusion comes from [here](https://github.com/trufflesuite/truffle/blob/1dce4898635c2d4264d0fde2a3ffa3ba5a37ba37/packages/core/lib/commands/init/initSource/truffle-config.js#L34), where it mentions a `"development blockchain"`, which makes one wonder if it's referring to...
> cooool - hit approval but if there is anything left to address from the comments above then do that first before merging :) Thanks for your approval @eggplantzzz. Yeah!...
> Nice one! Thanks @sukanyaparashar Thanks for the approval @cliffoo. I am making few more changes to the `truffle-config.js` file comments, after discussing with @cds-amal and @gnidan to make it...
> The new truffle-config.js writeup looks great! Just a couple notes Thanks for the quick review, @gnidan. I will make the suggested changes. :)
Closing this for issue maintenance. @Bodiebuilds, please feel free to open a new issue if it still exists.
Hello @cuongrep. Thanks for bringing this up. Truffle has removed the inclusion of `Migration.sol` on `npx truffle init` command since `v5.5.27`. Now when you run `npx truffle init`, it includes...