WeBASE-Web runs locally through the source code and interacts with the custom background

foreword

How to run the source code downloaded from GitHub?

1. What is webbase?

WeBASE (WeBank Blockchain Application Software Extension) is a set of common components built between blockchain applications and FISCO-BCOS nodes. Each module is designed around transactions, contracts, key management, data, and visual management. Developers can choose subsystems for deployment according to business needs. WeBASE shields the underlying complexity of the blockchain, lowers the threshold for developers, and greatly improves the development efficiency of blockchain applications, including subsystems such as node preposition, node management, transaction links, data export, and Web management platform.

2. How to run and call a custom background service?

1. Find WeBASE-Web\src\util\url.js

Modify the code as follows:

/*mgr*/
//let mgr = process.env.MGR_PATH;
let mgr = "http://xxx.xxx.com:5000";
export 

おすすめ

転載: blog.csdn.net/ws327443752/article/details/124496502