Skip to content

nghiangovan/ethhmy-bridge.frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

harmony eth bridge frontend

Ethereum<>Harmony two way bridge (trusted version)

Install instructions

Requirements

  • nodejs

Commands

  • Fetch repo
git clone git@github.com:harmony-one/ethhmy-bridge.frontend.git
  • Install dependencies
npm install
  • Develop
npm run dev
  • Build
npm run build
  • Start
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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published