freepoi / europa-ui

An UI based on Electron used for deploying and testing contracts on the Europa node embedded

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

publish

version=1.0.0

  1. update .github/workflows/release.yml
  - os: ${os}
    artifact-version: "xxx"
    artifact-name: "xxx"
  1. update package.json version="${version}"

  2. git tag v${version}

  3. git push origin tag v${version}

启动流程

  1. 配置写入硬盘setting.lastChoosed,并更新内存中的setting
  2. 启动Europa
  3. 创建新Api, 销毁老Api
  4. 监听connected$

About

An UI based on Electron used for deploying and testing contracts on the Europa node embedded


Languages

Language:TypeScript 97.7%Language:JavaScript 1.2%Language:CSS 0.7%Language:HTML 0.4%