diff --git a/README.md b/README.md index 767c58ec6d4214c0e8b6a77381df720f7735df8d..21649296d15aa0575da485136ba2aff78e061407 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## 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) @@ -15,6 +15,7 @@ Install the Java JDK (not only JRE) version 8th number or greater. + - 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` @@ -35,15 +36,124 @@ To run use `./blacknet`, or on Windows use `.\blacknet.bat` Gradle `:run` task is supported but not recommended. -## How to contribute + +## How to contribute You are welcome to report a theoretical or practical [Issue][], -or send changes as a [Pull request][] to the master branch. -## License +or send changes as a [Pull request][] to the master branch. + +## 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. +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][]文件 + + +# —————————————————————————————————————————————————————— + + +## ブラックネットウォレット + +[![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