Skip to content

scrtlabs/EthereumBridgeFrontend

This branch is 1207 commits ahead of, 254 commits behind harmony-one/ethhmy-bridge.frontend:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Cashmaney
Dec 5, 2024
a4c5abf · Dec 5, 2024
Nov 13, 2022
Jun 2, 2021
Nov 29, 2020
Feb 2, 2023
Feb 11, 2021
Feb 26, 2024
Nov 22, 2020
Nov 12, 2021
Dec 5, 2024
Jan 23, 2021
Jul 14, 2021
Jun 14, 2021
Apr 6, 2021
Feb 8, 2021
Nov 22, 2020
Oct 15, 2020
Oct 15, 2020
Oct 9, 2020
Nov 2, 2020
Oct 7, 2020
Oct 15, 2020
Oct 20, 2020
Feb 26, 2024
Mar 11, 2024
Feb 11, 2021
Oct 15, 2020
Oct 7, 2020
Mar 15, 2021
Aug 21, 2020
Aug 21, 2020
Feb 11, 2021
Feb 11, 2021
Aug 21, 2020
Apr 5, 2021
Feb 11, 2021
Aug 21, 2020
Nov 13, 2021

Repository files navigation

harmony eth bridge frontend

Ethereum<>Harmony two way bridge (trusted version)

Install instructions

Requirements

  • nodejs

Commands

  • Fetch repo
git clone [email protected]: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.0%
  • Stylus 4.4%
  • JavaScript 3.4%
  • Other 1.2%