@8xprotocol/service-node-core 中文文档教程

发布于 6年前 浏览 20 更新于 3年前

8X Logo


8x 协议支持在以太坊区块链上进行分散式定期支付。 协议的完整解释可以在我们的白皮书中找到。 这个 repo 适用于代表用户处理订阅的 8x 中继器。

电报聊天 Solidity Apache 2.0

Contributing

我们感谢您愿意为 8x 协议做出贡献。 我们努力维护 对代码质量和代码安全性的高标准。 请仔细阅读 这个贡献者指南在开始之前。

How to Contribute

如果您想贡献,请分叉回购,创建一个新分支,解决问题,提交工作并明确说明已完成的工作,然后提交拉取请求。

Code Quality

  • When adding a new function, make sure to add comments that adhere to the format seen throughout the project
  • When fixing conflicts please use rebase
  • When updating your working branch with upstream master changes, please rebase
  • Make sure there are no linter warnings or errors

Style Guide

Editor Settings

请使用此项目的以下设置来设置您的编辑器。

  • 4 space(soft) indentation
  • strip trailing whitespace
  • 120 char max line length

Getting Started

为我们的上游 repo 设置一个远程 url,这样你就可以保持你的 master 分支不受污染和更新。

git remote set-url upstream https://github.com/8xprotocol/repeater.git

8X Logo


8x Protocol enables decentralised recurring payments on the Ethereum blockchain. A complete explanation of the protocol may be found in our whitepaper. This repo is for the 8x repeaters that process subscriptions on behalf of users.

Telegram ChatSolidityApache 2.0

Contributing

We appreciate your desire to contribute to the 8x Protocol. We strive to maintain a high standard over code quality and the security of our code. Please read over this contributor guide before starting.

How to Contribute

If you would like to contribute please fork the repo, create a new branch, fix the problem, commit the work with a clear message about what was accomplished, and submit a pull request.

Code Quality

  • When adding a new function, make sure to add comments that adhere to the format seen throughout the project
  • When fixing conflicts please use rebase
  • When updating your working branch with upstream master changes, please rebase
  • Make sure there are no linter warnings or errors

Style Guide

Editor Settings

Please setup your editor with the following settings for this project.

  • 4 space(soft) indentation
  • strip trailing whitespace
  • 120 char max line length

Getting Started

Set a remote url for our upstream repo so you can keep your master branch unpolluted and updated.

git remote set-url upstream https://github.com/8xprotocol/repeater.git
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文