Commit e1f5f233 authored by Zhang Xiaojie's avatar Zhang Xiaojie

feat:跳转链接

parent 2b299301
...@@ -14,8 +14,14 @@ sudo apt install git ...@@ -14,8 +14,14 @@ sudo apt install git
~$ expect ~$ expect
The program 'expect' is currently not installed. You can install it by typing: The program 'expect' is currently not installed. You can install it by typing:
sudo apt install expect sudo apt install expect
``` ```
- Go environment installation refer to [HERE](../../../guide/docs/getBlockchainProgram.md#11-go-环境安装)
- Git environment installation refer to [HERE](../../../guide/docs/getBlockchainProgram.md#12-git-环境安装)
- expect installation - expect installation
``` ```
...@@ -32,7 +38,7 @@ sudo apt install expect ...@@ -32,7 +38,7 @@ sudo apt install expect
## 1.2 Download the Plugin Source Code and Compile to Generate an Executable ## 1.2 Download the Plugin Source Code and Compile to Generate an Executable
The code download refer to [HERE](https://chain.33.cn/document/81#2 代码下载), execution result are shown below: The code download refer to [HERE](../../../guide/docs/getBlockchainProgram.md#2-代码下载和chain33启动器建立), execution result are shown below:
``` ```
mkdir -p $GOPATH/src/github.com/33cn mkdir -p $GOPATH/src/github.com/33cn
......
...@@ -37,7 +37,7 @@ Since the official bin file only supports linux-like environments, so [native co ...@@ -37,7 +37,7 @@ Since the official bin file only supports linux-like environments, so [native co
cd ${GoPath}/src/github.com/33cn cd ${GoPath}/src/github.com/33cn
``` ```
> GoPath is the environment variable after the Go compiler is installed. If Go is not installed, refer to [Go environmental installation](https://chain.33.cn/document/81#1.1 Go 环境安装) > GoPath is the environment variable after the Go compiler is installed. If Go is not installed, refer to [Go environmental installation](../../../guide/docs/getBlockchainProgram.md#11-go-环境安装)
> >
> If any subdirectories other than GoPath do not exist, please create them manually. > If any subdirectories other than GoPath do not exist, please create them manually.
......
...@@ -13,13 +13,13 @@ The program 'git' is currently not installed. You can install it by typing: ...@@ -13,13 +13,13 @@ The program 'git' is currently not installed. You can install it by typing:
sudo apt install git sudo apt install git
``` ```
- Go environment installation refer to [HERE](https://chain.33.cn/document/81#1.1 Go 环境安装) - Go environment installation refer to [HERE](../../../guide/docs/getBlockchainProgram.md#11-go-环境安装)
- Git environment installation refer to [HERE](https://chain.33.cn/document/81#1.2 Git 环境安装) - Git environment installation refer to [HERE](../../../guide/docs/getBlockchainProgram.md#12-git-环境安装)
## 1.2 Download the Plugin Source Code and Compile the Executable File ## 1.2 Download the Plugin Source Code and Compile the Executable File
Code downloading refer to[ here](https://chain.33.cn/document/81#2 代码下载), the execution results are shown as follows: Code downloading refer to[ here](../../../guide/docs/getBlockchainProgram.md#2-代码下载和chain33启动器建立), the execution results are shown as follows:
``` ```
mkdir -p $GOPATH/src/github.com/33cn mkdir -p $GOPATH/src/github.com/33cn
......
...@@ -10,7 +10,7 @@ bityuan源码地址:https://github.com/bityuan/bityuan.git ...@@ -10,7 +10,7 @@ bityuan源码地址:https://github.com/bityuan/bityuan.git
应用最新版本地址:https://www.bityuan.com/wallet 应用最新版本地址:https://www.bityuan.com/wallet
<!-- 开发环境:详细过程请看 [开发环境安装](https://chain.33.cn/document/81#1 开发环境安装) --> 开发环境:详细过程请看 [开发环境安装](../docs/getBlockchainProgram.md#1-开发环境安装)
``` ```
# 开发环境搭建完毕后,使用git命令下载代码到本地,这里以Linux系统为例 # 开发环境搭建完毕后,使用git命令下载代码到本地,这里以Linux系统为例
......
# 区块链程序获取 # 区块链程序获取
- 区块链程序获取 ## 获取可执行程序
- 获取可执行程序
- [下载Chain33可执行程序](.getBlockchainProgram.html#下载chain33可执行程序)
- 源码编译
- 1 开发环境安装
- 1.1 Go 环境安装
- [Linux/Mac安装](./getBlockchainProgram.html#linux-mac-安装)
- [Windows安装](./getBlockchainProgram.html#windows-安装)
- 1.2 Git 环境安装
- [在Linux上安装](./getBlockchainProgram.html#在-linux-上安装)
- [在Windows上安装](./getBlockchainProgram.html#在-windows-上安装)
- [在Mac上安装](./getBlockchainProgram.html#在-mac-上安装)
- 2 代码下载和chain33启动器建立
### 获取可执行程序
用户可以自由选择以下任一方式获取对应的chain33可执行程序。推荐使用官方编译好的版本。 用户可以自由选择以下任一方式获取对应的chain33可执行程序。推荐使用官方编译好的版本。
- 官方提供的编译文件,可以在Ubuntu 16.04和CentOS 7.2以上版本运行。 - 官方提供的编译文件,可以在Ubuntu 16.04和CentOS 7.2以上版本运行。
- 源码编译获取可执行程序。 - 源码编译获取可执行程序。
### 下载Chain33可执行程序 ## 下载Chain33可执行程序
我们基于Release1.65,提供多种形态的区块链程序,在Windows,Ubuntu和CentOS 7经过测试。 我们基于Release1.65,提供多种形态的区块链程序,在Windows,Ubuntu和CentOS 7经过测试。
...@@ -35,11 +21,11 @@ ...@@ -35,11 +21,11 @@
软件包下载地址[资源下载](https://chain.33.cn/resource) 软件包下载地址[资源下载](https://chain.33.cn/resource)
### 源码编译 ## 源码编译
#### 1 开发环境安装 ### 1 开发环境安装
#### 1.1 Go 环境安装 ### 1.1 Go 环境安装
Go 语言安装包下载地址: https://golang.google.cn/dl/ Go 语言安装包下载地址: https://golang.google.cn/dl/
...@@ -51,7 +37,7 @@ Go 语言安装包下载地址: https://golang.google.cn/dl/ ...@@ -51,7 +37,7 @@ Go 语言安装包下载地址: https://golang.google.cn/dl/
| Linux | go1.13.5.linux-amd64.tar.gz | | Linux | go1.13.5.linux-amd64.tar.gz |
| Mac | go1.13.5.darwin-amd64.tar.gz | | Mac | go1.13.5.darwin-amd64.tar.gz |
### Linux/Mac 安装 ## Linux/Mac 安装
以 Linux 为例 以 Linux 为例
...@@ -68,7 +54,7 @@ $ tar -C /usr/local -xzf go1.13.5.linux-amd64.tar.gz ...@@ -68,7 +54,7 @@ $ tar -C /usr/local -xzf go1.13.5.linux-amd64.tar.gz
export PATH=$PATH:/usr/local/go/binexport GOPATH=~/gopath export PATH=$PATH:/usr/local/go/binexport GOPATH=~/gopath
``` ```
### Windows 安装 ## Windows 安装
打开对应的 msi 文件进行安装 打开对应的 msi 文件进行安装
...@@ -76,11 +62,11 @@ export PATH=$PATH:/usr/local/go/binexport GOPATH=~/gopath ...@@ -76,11 +62,11 @@ export PATH=$PATH:/usr/local/go/binexport GOPATH=~/gopath
同时设置 GOPATH 环境变量,如 D:\gopath 同时设置 GOPATH 环境变量,如 D:\gopath
#### 1.2 Git 环境安装 ### 1.2 Git 环境安装
安装 Git 最新版本 安装 Git 最新版本
#### 在 Linux 上安装 ### 在 Linux 上安装
使用 Linux 发行版包含的基础软件包管理工具来安装 使用 Linux 发行版包含的基础软件包管理工具来安装
...@@ -96,15 +82,15 @@ $ sudo yum install git ...@@ -96,15 +82,15 @@ $ sudo yum install git
$ sudo apt-get install git $ sudo apt-get install git
``` ```
##### 在 Windows 上安装 #### 在 Windows 上安装
打开 Git 官方下载地址 http://git-scm.com/download/win,下载会自动开始,下载完再手动安装 打开 Git 官方下载地址 http://git-scm.com/download/win,下载会自动开始,下载完再手动安装
##### 在 Mac 上安装 #### 在 Mac 上安装
打开 Git 官方下载地址 http://git-scm.com/download/mac,下载并安装 打开 Git 官方下载地址 http://git-scm.com/download/mac,下载并安装
#### 2 代码下载和chain33启动器建立 ### 2 代码下载和chain33启动器建立
Windows: 使用 Git 命令下载代码到本地,这里使用 git bash 命令行工具输入命令: Windows: 使用 Git 命令下载代码到本地,这里使用 git bash 命令行工具输入命令:
......
...@@ -972,4 +972,4 @@ Response: ...@@ -972,4 +972,4 @@ Response:
## 5 token 的转币 提币等 ## 5 token 的转币 提币等
1. 参考链接 [https://chain.33.cn/document/93#1.1.1%20%E6%9E%84%E9%80%A0%E4%BA%A4%E6%98%93%20CreateRawTransaction](./transactionAPI.md#111-构造资产交易-createrawtransaction) 1. [参考链接](./transactionAPI.md#111-构造资产交易-createrawtransaction)
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment