Skip to content

Commit

Permalink
update md
Browse files Browse the repository at this point in the history
  • Loading branch information
MIMIEYES committed Sep 10, 2019
1 parent 6838533 commit 022b5f8
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/Docs/s_manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The main features provided by the NULS Smart Contract Development Tool:
* Create a new NULS smart contract Maven project
* Provide visual pages to compile, package, deploy contracts, call contracts, query contract related data

> [Documentation for building a NULS smart contract Development Tool](/NULS2.0/mavenPackage.html)
> [Documentation for building a NULS smart contract Development Tool](./s_tools.html)
## 3. NULS smart contract specifications and syntax

Expand Down
3 changes: 2 additions & 1 deletion docs/Docs/s_nrc20.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,5 @@ public ApprovalEvent(@Required Address owner, @Required Address spender, @Requir
## Implementation

#### Example implementations are available at
- https://github.com/nuls-io/nuls-contracts/tree/master/nrc20

[NRC20-Token](https://github.com/CCC-NULS/NRC20-Token)
6 changes: 5 additions & 1 deletion docs/Docs/s_tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@ The second parameter indicates the port number used when the smart contract clie
The third parameter indicates whether to start the smart contract client when packaging with Maven;
```

5、Start the business code development of the NULS smart contract, see https://github.com/CCC-NULS/pocm-contract
5、Start the business code development of the NULS smart contract, examples are as follows

[Getting Started Example `NRC20-Token`Click to enter](https://github.com/CCC-NULS/NRC20-Token)

[Advanced example `POCM`click to enter](https://github.com/CCC-NULS/pocm-contract)

### Packing NULS Smart Contracts

Expand Down
2 changes: 1 addition & 1 deletion docs/zh/Docs/s_manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ NULS智能合约开发工具提供的主要功能:
* 新建NULS智能合约Maven工程
* 提供可视化页面来编译、打包、部署合约、调用合约、查询合约相关数据

> [构建NULS智能合约开发工具的说明文档](/zh/NULS2.0/mavenPackage.html)
> [构建NULS智能合约开发工具的说明文档](./s_tools.html)
## 3. NULS智能合约规范与语法

Expand Down
3 changes: 2 additions & 1 deletion docs/zh/Docs/s_nrc20.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,5 @@ public ApprovalEvent(@Required Address owner, @Required Address spender, @Requir
## Implementation

#### Example implementations are available at
- https://github.com/nuls-io/nuls-contracts/tree/master/nrc20

[NRC20-Token](https://github.com/CCC-NULS/NRC20-Token)
2 changes: 1 addition & 1 deletion docs/zh/Docs/s_offline_assembly.md
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ async function createContract(pri, pub, createAddress, assetsChainId, assetsId)

### 2.2 调用合约

请参考`https://github.com/nuls-io/nuls-v2-js-sdk/blob/master/src/test/contractCall.js#L67`
请参考`https://github.com/nuls-io/nuls-v2-js-sdk/blob/master/src/test/contractCall.js#L75`

_**核心代码片段:**_

Expand Down

0 comments on commit 022b5f8

Please sign in to comment.