Ethereum<>Harmony two way bridge (trusted version)
- nodejs
- 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
./build.sh
The build artificats will be in artifacts/build folder.
./start.sh
The frontend will be started in http://localhost:8080
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
.