2018-03-28

EOS.IO - The Most Powerful Infrastructure for Decentralized Applications

[图片上传失败...(image-167350-1522211089625)]

Welcome to the EOS.IO source code repository! EOS.IO software enables developers to create and deploy high-performance, horizontally scalable, blockchain infrastructure upon which decentralized applications can be built.

欢迎来EOS.IO的源码仓库!EOS.IO支持开发者创建和部署高性能、可拓展的区块链基础设施,并且可在其上建立分布式软件。

This code is currently alpha-quality and under rapid development. That said, there is plenty early experimenters can do including running a private multi-node test network and developing applications (smart contracts).

此源码目前处于早期且高速的开发阶段。也就是说,开发者可以做大量的早期实验,包括运行一个私人的多节点测试网络与开发软件(智能合约)

The public testnet described in the wiki is running the dawn-2.x branch. The master branch is no longer compatible with the public testnet. Instructions are provided below for building either option.

公开测试网络的描述可以在wiki(https://github.com/EOSIO/eos/wiki/Testnet%3A%20Public)找到,它是运行在dawn-2.x 分支之上,主分支不再与公共测试网络兼容。下面提供了各种建立方法的说明

Supported Operating Systems 支持的操作系统

EOS.IO currently supports the following operating systems: EOS.IO目前支持以下操作系统

Amazon 2017.09 and higher.
Centos 7.
Fedora 25 and higher (Fedora 27 recommended).
Mint 18.
Ubuntu 16.04 (Ubuntu 16.10 recommended).
MacOS Darwin 10.12 and higher (MacOS 10.13.x recommended).

Getting Started
The following instructions detail the process of getting the software, building it, running a simple test network that produces blocks, account creation and uploading a sample contract to the blockchain.

如何开始
下面的介绍列出了获得软件的步骤,建立,运行一个简单的测试节点,测试节点可以生产区块,创建账号,上传一个样本合约到区块链上。

Setting up a build/development environment

搭建环境
Automated build script
自动搭建环境的脚本
Supported Operating Systems:

Amazon 2017.09 and higher.
Centos 7.
Fedora 25 and higher (Fedora 27 recommended).
Mint 18.
Ubuntu 16.04 (Ubuntu 16.10 recommended).
MacOS Darwin 10.12 and higher (MacOS 10.13.x recommended).
For Amazon, Centos, Fedora, Mint, Ubuntu, & MacOS there is an automated build script that can install all dependencies and builds EOS. We are working on supporting other Linux/Unix distributions in future releases.

Choose whether you will be building for a local testnet or for the public testnet and jump to the appropriate section below. Clone the EOS repository recursively as described and run eosio_build.sh located in the root eos folder.

根据你希望搭建本地测试网络还是一个公共测试网络,选择下面对应的章节。依照说明,按步骤复制eos仓库,并进入下载好的eos文件夹根目录下,运行eosio_build.sh。

提示: As of February 2018, master is under heavy development and is not suitable for experimentation.
进入2018年2月份后,主分支已经非常庞大,不再适合做实验。

We strongly recommend following the instructions for building the public testnet version for Linux or Mac OS X. master is in pieces on the garage floor while we rebuild this hotrod. This notice will be removed when master is usable again. Your patience is appreciated.

我们强烈建议按照以下说明区搭建公开测试网络版本,LINUX(https://github.com/EOSIO/eos#autoubuntupublic),MAC(https://github.com/EOSIO/eos#automacpublic),当我们不断迭代代码的过程中,主分支的代码可能非常混乱,当主分支可用时,我们会移除这个警告,感谢您的耐心!

你可能感兴趣的:(2018-03-28)