From d7ec3e89871552038adabacea3477d83e708a76f Mon Sep 17 00:00:00 2001 From: BigWait Date: Fri, 18 Dec 2020 16:57:02 +0800 Subject: [PATCH 1/5] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=B8=AD=E6=96=87readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 767c58ec..6751164d 100644 --- a/README.md +++ b/README.md @@ -5,15 +5,19 @@ [![Web site][]](https://blacknet.ninja) #### Blacknet is decentralized peer-to-peer network that secures public blockchain platform with proof of stake consensus. +#### Blacknet是一种去中心化的点对点网络,通过权益证明共识(proof of stake)来保护的公共区块链平台。 ## Get the source code +## 获取源代码 - [Release tags][] - `git clone https://gitlab.com/blacknet-ninja/blacknet.git` ## Setup the environment +## 设置环境 Install the Java JDK (not only JRE) version 8th number or greater. +安装第8版或更高版本的java-jdk(不是JRE). - Debian & Ubuntu: `sudo apt-get install default-jdk git` - Red Hat & Oracle: `sudo yum install java-11-openjdk git` @@ -24,26 +28,36 @@ Install the Java JDK (not only JRE) version 8th number or greater. - OpenBSD: `sudo pkg_add jdk git` ## Make the build +## 编译 ``` ./gradlew installDist ``` The built program is in `./build/install/` +生成的程序位于 `./build/install/` To run use `./blacknet`, or on Windows use `.\blacknet.bat` +要运行,请使用`./blacknet`, 或在Windows上使用 `.\blacknet.bat` Gradle `:run` task is supported but not recommended. +Gradle使用 `:run` 运行方式是支持的,但不建议使用. ## How to contribute +## 如何作出贡献 You are welcome to report a theoretical or practical [Issue][], +欢迎您报告理论或实践[Issue][], + or send changes as a [Pull request][] to the master branch. +或将更改作为[Pull request][]发送到master分支. ## License +## 许可信息 This program is distributed under the terms of the Jelurida Public License version 1.1 for the Blacknet Public Blockchain Platform. See the [LICENSE][] file. +Blacknet是根据Jelurida 1.1版公共许可证的条款发布的公共区块链平台。请参阅[LICENSE][]文件。 [Issue]: https://gitlab.com/blacknet-ninja/blacknet/issues [LICENSE]: https://gitlab.com/blacknet-ninja/blacknet/-/blob/master/LICENSE.txt -- GitLab From 840dbacdcb5b67b00bd7afee4e1f0822ea1176ef Mon Sep 17 00:00:00 2001 From: BigWait Date: Fri, 18 Dec 2020 16:59:45 +0800 Subject: [PATCH 2/5] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=B8=AD=E6=96=87readme?= =?UTF-8?q?=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 39 +++++++++++++++------------------------ 1 file changed, 15 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 6751164d..b3007e08 100644 --- a/README.md +++ b/README.md @@ -7,17 +7,15 @@ #### Blacknet is decentralized peer-to-peer network that secures public blockchain platform with proof of stake consensus. #### Blacknet是一种去中心化的点对点网络,通过权益证明共识(proof of stake)来保护的公共区块链平台。 -## Get the source code -## 获取源代码 +## Get the source code (获取源代码) - [Release tags][] - `git clone https://gitlab.com/blacknet-ninja/blacknet.git` -## Setup the environment -## 设置环境 +## Setup the environment (设置环境) + +Install the Java JDK (not only JRE) version 8th number or greater. (安装第8版或更高版本的java-jdk(不是JRE).) -Install the Java JDK (not only JRE) version 8th number or greater. -安装第8版或更高版本的java-jdk(不是JRE). - Debian & Ubuntu: `sudo apt-get install default-jdk git` - Red Hat & Oracle: `sudo yum install java-11-openjdk git` @@ -27,37 +25,30 @@ Install the Java JDK (not only JRE) version 8th number or greater. - FreeBSD: `sudo pkg install openjdk11 git` - OpenBSD: `sudo pkg_add jdk git` -## Make the build -## 编译 +## Make the build (编译) ``` ./gradlew installDist ``` -The built program is in `./build/install/` -生成的程序位于 `./build/install/` +The built program is in `./build/install/` (生成的程序位于 `./build/install/`) + +To run use `./blacknet`, or on Windows use `.\blacknet.bat` (要运行,请使用`./blacknet`, 或在Windows上使用 `.\blacknet.bat`) -To run use `./blacknet`, or on Windows use `.\blacknet.bat` -要运行,请使用`./blacknet`, 或在Windows上使用 `.\blacknet.bat` +Gradle `:run` task is supported but not recommended. (Gradle使用 `:run` 运行方式是支持的,但不建议使用.) -Gradle `:run` task is supported but not recommended. -Gradle使用 `:run` 运行方式是支持的,但不建议使用. -## How to contribute -## 如何作出贡献 +## How to contribute (如何作出贡献) -You are welcome to report a theoretical or practical [Issue][], -欢迎您报告理论或实践[Issue][], +You are welcome to report a theoretical or practical [Issue][], (欢迎您报告理论或实践[Issue][],) -or send changes as a [Pull request][] to the master branch. -或将更改作为[Pull request][]发送到master分支. +or send changes as a [Pull request][] to the master branch. (或将更改作为[Pull request][]发送到master分支.) -## License -## 许可信息 +## License (许可信息) This program is distributed under the terms of the Jelurida Public License -version 1.1 for the Blacknet Public Blockchain Platform. See the [LICENSE][] file. -Blacknet是根据Jelurida 1.1版公共许可证的条款发布的公共区块链平台。请参阅[LICENSE][]文件。 +version 1.1 for the Blacknet Public Blockchain Platform. See the [LICENSE][] file. (Blacknet是根据Jelurida 1.1版公共许可证的条款发布的公共区块链平台。请参阅[LICENSE][]文件。) + [Issue]: https://gitlab.com/blacknet-ninja/blacknet/issues [LICENSE]: https://gitlab.com/blacknet-ninja/blacknet/-/blob/master/LICENSE.txt -- GitLab From 11a8c641de5bd2be426c97022d3671cff821ef66 Mon Sep 17 00:00:00 2001 From: BigWait Date: Fri, 18 Dec 2020 17:01:03 +0800 Subject: [PATCH 3/5] =?UTF-8?q?=E4=B8=AD=E6=96=87readme=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b3007e08..480aff46 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,10 @@ -## Blacknet Full Node Wallet +## Blacknet Full Node Wallet (黑网全节点钱包) [![Pipeline status][]](https://gitlab.com/blacknet-ninja/blacknet/pipelines) [![Web chat][]](https://app.element.io/#/group/+blacknet:matrix.org) [![Web site][]](https://blacknet.ninja) -#### Blacknet is decentralized peer-to-peer network that secures public blockchain platform with proof of stake consensus. -#### Blacknet是一种去中心化的点对点网络,通过权益证明共识(proof of stake)来保护的公共区块链平台。 +#### Blacknet is decentralized peer-to-peer network that secures public blockchain platform with proof of stake consensus. (Blacknet是一种去中心化的点对点网络,通过权益证明共识(proof of stake)来保护的公共区块链平台。) ## Get the source code (获取源代码) -- GitLab From 4e109409a0a771f20d5e80f104997c720b27a481 Mon Sep 17 00:00:00 2001 From: BigWait Date: Fri, 19 Feb 2021 11:16:42 +0800 Subject: [PATCH 4/5] update:cn readme --- README.md | 81 +++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 67 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 480aff46..5a121504 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,19 @@ -## Blacknet Full Node Wallet (黑网全节点钱包) +## Blacknet Full Node Wallet [![Pipeline status][]](https://gitlab.com/blacknet-ninja/blacknet/pipelines) [![Web chat][]](https://app.element.io/#/group/+blacknet:matrix.org) [![Web site][]](https://blacknet.ninja) -#### Blacknet is decentralized peer-to-peer network that secures public blockchain platform with proof of stake consensus. (Blacknet是一种去中心化的点对点网络,通过权益证明共识(proof of stake)来保护的公共区块链平台。) +#### Blacknet is decentralized peer-to-peer network that secures public blockchain platform with proof of stake consensus. -## Get the source code (获取源代码) +## Get the source code - [Release tags][] - `git clone https://gitlab.com/blacknet-ninja/blacknet.git` -## Setup the environment (设置环境) +## Setup the environment -Install the Java JDK (not only JRE) version 8th number or greater. (安装第8版或更高版本的java-jdk(不是JRE).) +Install the Java JDK (not only JRE) version 8th number or greater. - Debian & Ubuntu: `sudo apt-get install default-jdk git` @@ -24,29 +24,82 @@ Install the Java JDK (not only JRE) version 8th number or greater. (安装第8 - FreeBSD: `sudo pkg install openjdk11 git` - OpenBSD: `sudo pkg_add jdk git` -## Make the build (编译) +## Make the build ``` ./gradlew installDist ``` -The built program is in `./build/install/` (生成的程序位于 `./build/install/`) +The built program is in `./build/install/` -To run use `./blacknet`, or on Windows use `.\blacknet.bat` (要运行,请使用`./blacknet`, 或在Windows上使用 `.\blacknet.bat`) +To run use `./blacknet`, or on Windows use `.\blacknet.bat` -Gradle `:run` task is supported but not recommended. (Gradle使用 `:run` 运行方式是支持的,但不建议使用.) +Gradle `:run` task is supported but not recommended. -## How to contribute (如何作出贡献) +## How to contribute -You are welcome to report a theoretical or practical [Issue][], (欢迎您报告理论或实践[Issue][],) +You are welcome to report a theoretical or practical [Issue][], -or send changes as a [Pull request][] to the master branch. (或将更改作为[Pull request][]发送到master分支.) +or send changes as a [Pull request][] to the master branch. -## License (许可信息) +## License This program is distributed under the terms of the Jelurida Public License -version 1.1 for the Blacknet Public Blockchain Platform. See the [LICENSE][] file. (Blacknet是根据Jelurida 1.1版公共许可证的条款发布的公共区块链平台。请参阅[LICENSE][]文件。) +version 1.1 for the Blacknet Public Blockchain Platform. See the [LICENSE][] file. + + +—————————————————————————————————————————————————————————————————————————————————————————————————— + + +## 黑网全节点钱包 + +[![Pipeline status][]](https://gitlab.com/blacknet-ninja/blacknet/pipelines) +[![Web chat][]](https://app.element.io/#/group/+blacknet:matrix.org) +[![Web site][]](https://blacknet.ninja) + +#### Blacknet是一种去中心化的点对点网络,通过权益证明共识(proof of stake)来保护的公共区块链平台。 + +## 获取源代码 + +- [Release tags][] +- `git clone https://gitlab.com/blacknet-ninja/blacknet.git` + +## 设置环境 + +安装第8版或更高版本的java-jdk(不是JRE) + + +- Debian & Ubuntu: `sudo apt-get install default-jdk git` +- Red Hat & Oracle: `sudo yum install java-11-openjdk git` +- SUSE: `sudo zypper install java-11-openjdk git` +- Arch GNU/Linux: `sudo pacman -S --needed jdk-openjdk git` +- Gentoo: `sudo emerge -av1 --noreplace virtual/jdk dev-vcs/git` +- FreeBSD: `sudo pkg install openjdk11 git` +- OpenBSD: `sudo pkg_add jdk git` + +## 编译 + +``` +./gradlew installDist +``` + +生成的程序位于 `./build/install/` + +要运行,请使用`./blacknet`, 或在Windows上使用 `.\blacknet.bat` + +Gradle使用 `:run` 运行方式是支持的,但不建议使用 + + +## 如何作出贡献) + +欢迎您报告理论或实践[Issue][] + +或将更改作为[Pull request][]发送到master分支 + +## 许可信息 + +Blacknet是根据Jelurida 1.1版公共许可证的条款发布的公共区块链平台。请参阅[LICENSE][]文件 [Issue]: https://gitlab.com/blacknet-ninja/blacknet/issues -- GitLab From 92adb04bd2dbe5cd63345e27c35308761065ad1c Mon Sep 17 00:00:00 2001 From: BigWait Date: Fri, 19 Feb 2021 11:25:34 +0800 Subject: [PATCH 5/5] update: add auto jp translate --- README.md | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 55 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a121504..21649296 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ This program is distributed under the terms of the Jelurida Public License version 1.1 for the Blacknet Public Blockchain Platform. See the [LICENSE][] file. -—————————————————————————————————————————————————————————————————————————————————————————————————— +# —————————————————————————————————————————————————————— ## 黑网全节点钱包 @@ -91,7 +91,7 @@ version 1.1 for the Blacknet Public Blockchain Platform. See the [LICENSE][] fil Gradle使用 `:run` 运行方式是支持的,但不建议使用 -## 如何作出贡献) +## 如何作出贡献 欢迎您报告理论或实践[Issue][] @@ -102,6 +102,59 @@ Gradle使用 `:run` 运行方式是支持的,但不建议使用 Blacknet是根据Jelurida 1.1版公共许可证的条款发布的公共区块链平台。请参阅[LICENSE][]文件 +# —————————————————————————————————————————————————————— + + +## ブラックネットウォレット + +[![Pipeline status][]](https://gitlab.com/blacknet-ninja/blacknet/pipelines) +[![Web chat][]](https://app.element.io/#/group/+blacknet:matrix.org) +[![Web site][]](https://blacknet.ninja) + +#### Blacknetは、株式のコンセンサスの証拠とパブリックブロックチェーンプラットフォームを確保する分散ピアツーピアネットワークです。 + +## ソースコードを取得 + +- [Release tags][] +- `git clone https://gitlab.com/blacknet-ninja/blacknet.git` + +## 環境を設定 + +Java JDKをインストールします,バージョン8以降. + + +- Debian & Ubuntu: `sudo apt-get install default-jdk git` +- Red Hat & Oracle: `sudo yum install java-11-openjdk git` +- SUSE: `sudo zypper install java-11-openjdk git` +- Arch GNU/Linux: `sudo pacman -S --needed jdk-openjdk git` +- Gentoo: `sudo emerge -av1 --noreplace virtual/jdk dev-vcs/git` +- FreeBSD: `sudo pkg install openjdk11 git` +- OpenBSD: `sudo pkg_add jdk git` + +## コンパイル + +``` +./gradlew installDist +``` + +生成されたプログラムは `./build/install/` + +運転しますので、使ってください `./blacknet`, Windowsで使う `.\blacknet.bat` + +Gradle 使 `:run` 運行方式はサポートされていますが、推奨されていません. + + +## どのように貢献しますか + +理論または実践を報告することを歓迎します. [Issue][] + +または変更します[Pull request][] + +## ライセンス情報 + +Blacknet Jelurida 1.1版の公的許可証の条項に基づいて発行される公共ブロックチェーンプラットフォームです。[LICENSE][]ファイルを参照してください。 + + [Issue]: https://gitlab.com/blacknet-ninja/blacknet/issues [LICENSE]: https://gitlab.com/blacknet-ninja/blacknet/-/blob/master/LICENSE.txt [Pipeline status]: https://gitlab.com/blacknet-ninja/blacknet/badges/master/pipeline.svg -- GitLab