Harmony Layerzero Bridge appengine
- nodejs
- Fetch repo
git clone git@github.com:harmony-one/layerzero-bridge.appengine.git
- Install dependencies
npm install
- Create empty secrets (read only mode)
mkdir -p ./keys
keys folder contain the firebase credentials in a file named keys.json
private environment can also be loaded there with a file named .env.private
- Develop
npm run build
npm run start:watch
- Build
npm run build
- Start prod
npm run start:prod
- How to get all operations list
curl --location --request GET 'http://localhost:8080/operations'
./build.sh
You need to have permission to push to the harmonyone repo.
sudo docker login
sudo docker tag lz-be harmonyone/lz-be:latest
sudo docker push harmonyone/lz-be