-
Notifications
You must be signed in to change notification settings - Fork 45
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
Import a smart contract into the Nuxt UI project scaffold #305
Conversation
I seem to get the following error when using
The error seems to be thrown from the CLI. Just wanted to notify that this feature doesn't work on Windows due to the CLI tool itself not working for Windows |
@MartinMinkov Did you get the same error when using npm as the package manager? |
Yep, something with NPM. |
Use the util.format built-in to format the error receieved inside getErrorMessage(). This gives us better logging and discoverability when an unknown error occurs. By using util.format, we get the message and stack properties in the log output.
Various updates made to support the templates for the new SnarkyJS version. - Removed .wait() - Refactored tests to easily support proving - Added requireSignature in the Add contract
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One small nit, approving in advance!
Addresses
#295
This PR adds the the template Add smart contract into the index.vue of the UI when Nuxt is selected as the UI framework in the CLI.