Skip to content

RainbowNetwork/RainbowBridgeFrontend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest 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

Frontend for the Ethereum<>Secret Network bridge

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 91.3%
  • Stylus 4.3%
  • JavaScript 3.6%
  • HTML 0.4%
  • Shell 0.3%
  • SCSS 0.1%