Skip to content

Commit

Permalink
Release exchange 2.7.4 (neo-project#543)
Browse files Browse the repository at this point in the history
* add 2.7.4

add 2.7.4

* minor updates

minor updates

* add Chinese version

add Chinese version
  • Loading branch information
Celia18305 authored Jun 19, 2018
1 parent b58e262 commit 9d04985
Show file tree
Hide file tree
Showing 3 changed files with 843 additions and 4 deletions.
6 changes: 2 additions & 4 deletions zh-cn/exchange/v2.7.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> [!Note]
>
> 本文对应neo-cli版本为[Neo CLI v2.7.3](https://github.com/neo-project/neo-cli/releases/tag/v2.7.3)
> 本文对应neo-cli版本为 [Neo CLI v2.7.3](https://github.com/neo-project/neo-cli/releases/tag/v2.7.3)

NEO中主要有两种资产,一种是全局资产,例如:NEO、GAS等,使用UTXO模型来管理资产。另一种是合约资产,例如:NEP-5类型的资产,使用BALANCE模型来管理资产。交易所对接时,主要处理这两种类型资产的充值、提现等操作。neo-cli作为客户端,在P2P网络中充当一个普通节点,同时,该程序也是一个跨平台的钱包,处理各种资产的相关交易。综上,交易所对接需要完成以下操作:
Expand All @@ -13,8 +13,6 @@ NEO中主要有两种资产,一种是全局资产,例如:NEO、GAS等,
- [处理NEP-5资产交易](#处理-nep-5-资产交易)
- [给用户分发 GAS](#给用户分发-gas)



## 在服务器中部署 NEO 节点

NEO节点的初始安装部署包含以下步骤:
Expand Down Expand Up @@ -237,7 +235,7 @@ NEO-CLI API 中的 getblock <index> [verbose] 方法提供了获取区块信息

##### 调用 getapplicationlog api

要使用[getapplicationlog](http://docs.neo.org/zh-cn/node/api/getapplicationlog.html)这个api来获取交易信息,必须运行以下命令来打开 neo-cli 客户端:
要使用 [getapplicationlog](http://docs.neo.org/zh-cn/node/api/getapplicationlog.html) 这个api来获取交易信息,必须运行以下命令来打开 neo-cli 客户端:

```
dotnet neo-cli.dll --rpc --log
Expand Down
Loading

0 comments on commit 9d04985

Please sign in to comment.