0.0.13 • Published 2 years ago

contract-json-converted-html v0.0.13

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

该npm包可将智能合约编译后的json文件转换成html文件,方便即时调用合约查看情况。

1. install

npm install contract-json-converted-html -D

2. 添加命令到package.json的scripts中

"converted": "truffle-contract-json-converted-html"

3. 增加converted-config.js配置文件,与package.json文件放同一级

module.exports = {
  entry: "./src/contracts/", //必传
  out: "./out" //可不传,默认"./out"
};

这是智能合约编译后的json文件

这是智能合约编译后的json文件

这是转换后的html文件

这是转换后的html文件

这是转换后的html文件

这是转换后的html文件

这是转换后的html文件

这是转换后的html文件

0.0.11

2 years ago

0.0.12

2 years ago

0.0.13

2 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago