@arcblock/forge-web

v0.31.2
> Web UI to interact with ABT Node (which is typically a running forge instance)
console forge blockchain arcblock

lint

eslint src

clean

rm -rf build

precommit

CI=1 REACT_APP_NAME=chain-node yarn test

prepush

yarn lint && CI=1 REACT_APP_NAME=chain-node yarn test

start:chain-node

REACT_APP_TITLE="Forge Web" REACT_APP_VERSION=$npm_package_version REACT_APP_NAME=chain-node ./tools/start.sh

start:explorer

REACT_APP_TITLE="Forge Web" REACT_APP_VERSION=$npm_package_version REACT_APP_NAME=explorer ./tools/start.sh

start:explorer-beta

REACT_APP_TITLE="Forge Web" REACT_APP_VERSION=$npm_package_version REACT_APP_NAME=explorer-beta ./tools/start.sh

build

yarn build:chain-node

build:chain-node

REACT_APP_NAME=chain-node REACT_APP_VERSION=$npm_package_version REACT_APP_TITLE="ABT Chain Node" ./tools/build.sh

build:explorer-prod

REACT_APP_NAME=explorer REACT_APP_VERSION=$npm_package_version REACT_APP_TITLE="ABT Explorer" PUBLIC_URL=https://explorer.abtnetwork.io ./tools/build.sh

build:explorer-beta

REACT_APP_NAME=explorer-beta REACT_APP_VERSION=$npm_package_version REACT_APP_TITLE="ABT Explorer Beta" PUBLIC_URL=https://explorer-test.abtnetwork.io ./tools/build.sh

coverage

CI=1 yarn test

test

REACT_APP_NAME=test react-app-rewired test
npm i @arcblock/[email protected]

Metadata

  • Unknown
  • Whatever
  • wangshijun
  • released 6/27/2019

Downloads

Maintainers