-
Notifications
You must be signed in to change notification settings - Fork 9
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 build on near starting guide #4
base: master
Are you sure you want to change the base?
Conversation
添加 原文链接; fix 原文的错误链接 为[near-cli](https://docs.near.org/docs/tools/near-cli#docsNav)
添加 原文链接; fix 原文的错误链接 为[near-cli](https://docs.near.org/docs/tools/near-cli#docsNav)
…id' into how-to-build-on-NEAR-starting-guid # Conflicts: # cn/resources/guides/near-account-express-guide.md
校对到第4点的开始部分,先把问题列出来:
翻译后有些地方不怎么通顺,建议通读一遍。 |
Co-authored-by: think-in-universe <[email protected]>
Co-authored-by: marco-sundsk <[email protected]>
Co-authored-by: marco-sundsk <[email protected]>
Co-authored-by: marco-sundsk <[email protected]>
Co-authored-by: marco-sundsk <[email protected]>
Co-authored-by: marco-sundsk <[email protected]>
fix 进入的障碍 建议改为 门槛; NEAR合约使用 建议改为 NEAR合约支持使用; NEAR有一些开发网络以他们的accountID独立运行 这句不通顺; 注意:在mainnet上创建帐户几乎与testnet相同,但需要为该帐户进行初始资金。 目前主网上创建账户无需用户提供初始资**金,新建账户会得到0.01 Near的初始资金。不过该政策可能会变化; 您将像大多数应用程序使用的yarn dev等命令 此处不通顺; 通过https://github.com/near/nearup 指导 建议改为 通过https://github.com/near/nearup 获得指导
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.
修改:文字通顺、修改标点等
Co-authored-by: think-in-universe <[email protected]>
Co-authored-by: think-in-universe <[email protected]>
Co-authored-by: think-in-universe <[email protected]>
Co-authored-by: think-in-universe <[email protected]>
Co-authored-by: think-in-universe <[email protected]>
Co-authored-by: think-in-universe <[email protected]>
Co-authored-by: think-in-universe <[email protected]>
Co-authored-by: think-in-universe <[email protected]>
add <Question>
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.
accept
* 在本地(独立和隔离)节点上开发和部署合约(有时称为“LocalNet”)。 | ||
* 加入网络成为运行“验证节点”的验证者 | ||
|
||
您可以通过安装NEAR betanet 和 testnet节点。通过[https://github.com/near/nearup](https://github.com/near/nearup) 获取指导 |
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.
翻译尽量和原文的描述保持一直
文章翻译质量存在的问题还比较多,请仔细阅读检查并和原文对照后再提交给 reviewer 审阅 |
commit Co-authored-by: MartinYeung5 <[email protected]>
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.
ok
Co-authored-by: MartinYeung5 <[email protected]>
Co-authored-by: MartinYeung5 <[email protected]>
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.
fix
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.
reviewed
|
||
## 在 NEAR 上创建一个简单的代码 | ||
NEAR有一个有用的程序或[示例代码](https://examples.near.org/)列表,可以很方便的checkout。 因此我们将checkout的代码是[Guest Book](https://examples.near.org/guest-book)。使用该程序允许您登录NEAR并向留言簿添加消息! 使用AssemblyScript后端和React前端构建的starter应用程序。 | ||
|
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.
我觉得保持统一的翻译会比较好,因为有些人未必理解到check out的意思或者会以为是有特殊的意思。
翻译质量评价: 一般 |
1 similar comment
翻译质量评价: 一般 |
No description provided.