Feedback and Suggestions for Development Process Improvements
Hello,
I've been working with your development resources and templates and wanted to share some feedback and suggestions that could enhance the user experience and efficiency.
Issues and Suggestions
Outdated YouTube Videos
The YouTube tutorials linked seem outdated, leading to confusion.
Suggestion: Update these videos or remove them to avoid misleading information.
Node.js Version Recommendation
The default installation on Ubuntu 22 sets Node.js to version 12.
Suggestion: Recommend Node.js version 18, or suggest using NVM (Node Version Manager) to allow users to select a compatible Node.js version.
Contract Template Cloning Issue
The JSON configuration file in the contract template is no longer valid (Proxy and Chain ID settings are deprecated).
Suggestion: Update the template or provide instructions to use a fully parameterized command via the CLI.
DApp Template Configuration
After cloning the DApp template, 'src/config.tsx' file is missing.
Suggestion: Include steps in documentation to copy 'src/config/config.devnet.ts' to './config.tsx' and modify the import path of 'sharedConfig', or automate this process.
NPM Start Command in DApp Template
The command 'npm run start' is invalid; 'npm run start:devnet' is the correct command.
Suggestion: Update the documentation to reflect the correct command.
I hope these suggestions help in improving the development experience for this project. Thank you for your hard work and dedication.
Feedback and Suggestions for Development Process Improvements
Hello,
I've been working with your development resources and templates and wanted to share some feedback and suggestions that could enhance the user experience and efficiency.
Issues and Suggestions
Outdated YouTube Videos
Node.js Version Recommendation
Contract Template Cloning Issue
DApp Template Configuration
NPM Start Command in DApp Template
I hope these suggestions help in improving the development experience for this project. Thank you for your hard work and dedication.
Best regards, @noun