-
Notifications
You must be signed in to change notification settings - Fork 551
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
docs(hello.md): Update Hello Tutorial #2248
Conversation
Added further clarity on line 248 (You can skip this step if you already have your blockchain running)
docs/guide/hello.md
Outdated
5. Now you're ready to start your blockchain (You can skip this step if you already have your blockchain running): | ||
|
||
```go | ||
starport chain serve |
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.
5. Now you're ready to start your blockchain (You can skip this step if you already have your blockchain running): | |
```go | |
starport chain serve |
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.
@ChrisValle great catch! I like this thorough approach. Let's just delete this step altogether since the chain is already running
go Chris go!!
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.
congratulations on your first PR, @ChrisValle
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.
Congrats on the first PR 🥇
* (docs)Update Hello Added further clarity on line 248 (You can skip this step if you already have your blockchain running) * Used auto-numbering and removed step Co-authored-by: Chris Valle <[email protected]>
removed a step since the blockchain is already running
https://deploy-preview-2248--starport-docs.netlify.app/guide/hello.html
@soniasingla Auto-numbering in markdown we just use #1, also deleted step after discussion with @barriebyron