项目作者: CariHQ

项目描述 :
Institutional Edge Agent Legacy Example (Initial Issuer)
高级语言: JavaScript
项目地址: git://github.com/CariHQ/government.git
创建时间: 2020-06-09T23:21:36Z
项目社区:https://github.com/CariHQ/government

开源协议:Apache License 2.0

下载


IdentityChain Government Legacy Example

Run Government Webserver & UI application

  • For development, uses watches and instant reload if any changes are done in the code:
  1. cd government/
  2. npm install
  3. npm run serve
  • For Production mode, minimized code and UI embeded inside Webserver static resources:
  1. cd government/
  2. npm run start

Open the url provided by the script console output. :v: