-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to get this run installly? npm install,then "truffle migrate --reset", then "npm run dev"? #2
Comments
$ truffle migrate --reset Compiling your contracts...
/D/ipfs_image_uploader-master/contracts/Migrations.sol:11:3: Warning: This declaration shadows an existing declaration. Error: CompileError: /D/ipfs_image_uploader-master/contracts/Migrations.sol:11:3: SyntaxError: Functions are not allowed to have the same name as the contract. If you intend this to be a constructor, use "constructor(...) { ... }" to define it. Compilation failed. See above. |
I would like to contribute to this issue by stating the steps to successfully run this decentralized application of (ipfs_image_uploader) and also the code as per the updated versions.
Step 5: After making this changes we have to go to truffle folder and run this command.
Step 6: After successfully compiling the smart contract now we should the run the frontend of the application
By following all these commands your application will be up and running. |
No description provided.
The text was updated successfully, but these errors were encountered: