-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat: Added todo-app example in playground and created aelf-studio vs… #287
Conversation
…-code extention documentation
Pull request analysis by VIZIPI Below you will find who is the most qualified team member to review your code. Reviewers with knowledge related to these changes
Potential missing files from this Pull requestfiles commonly committed with a subset of this pr, but not committed this time. (click to collapse)
Committed file ranks(click to expand)0.00% [docs/tools/aelf-studio-extention/index.md] 98.49% [docs/tools/aelf-playground/index.md] 99.86% [sidebars.ts] |
|
||
- Then type `code .` to open that folder in VS Code. | ||
|
||
![code-aelf-studio](/img/code-aelf-studio.png) |
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.
Please add VS code terminal screenshot instead of system Terminal so that users doesn't leave the existing environment.
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.
Updated changes
|
||
- **Build the contract:** | ||
- Go to the "src" folder by typing `cd src`. | ||
- Then type `dotnet build` to build (compile) the smart 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.
Please use aelf-Studio’s build feature instead of dotnet build and update screenshot
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.
Updated changes
…-code extention documentation