scrtlabs / EthereumBridgeFrontend

Frontend for the Ethereum<>Secret Network bridge
Other
9 stars 22 forks source link

harmony eth bridge frontend

Ethereum<>Harmony two way bridge (trusted version)

Install instructions

Requirements

Commands

git clone git@github.com:harmony-one/ethhmy-bridge.frontend.git
npm install
npm run dev
npm run build
cd build 
serve

Docker

build

./build.sh

The build artificats will be in artifacts/build folder.

Start

./start.sh

The frontend will be started in http://localhost:8080

push to docker hub

You need to have permission to push to the harmonyone repo.

sudo docker login
sudo docker tag ethhmy-fe-web harmonyone/ethhmy-fe-web:latest
sudo docker push harmonyone/ethhmy-fe-web

You may also push to difference release version other than just latest.