gnosischain / issues

Issue Tracker for Gnosis Chain
2 stars 0 forks source link

Deploy AMB Live Monitoring interface #11

Closed giacomolicari closed 1 year ago

giacomolicari commented 1 year ago

We should deploy an instance of the AML service (https://github.com/gnosischain/tokenbridge/tree/master/alm).

It's definitely an helpful tool for everybody from the community when they need to get some deep information on the operations undertaken by Bridge validators, such as getting the status of bridge transactions.

gMonty030 commented 1 year ago

Make the ALM bridge running, the steps are the following:

gMonty030 commented 1 year ago

I'm pushing the project into heroku's app alm-tokenbridge-monitor. It's not getting the changes into alm folder, I guess because it's a different repo and the changes are not pushed into heroku, so I'm getting the path error from $ yarn build:alm && yarn build:plugin: Error: Cannot find module '../contracts/build/contracts/HomeBridgeErcToNative'

gMonty030 commented 1 year ago

I have set this record for the ALM-monitor deployment in staging. https://staging-alm-monitor.gnosisdev.com/

gMonty030 commented 1 year ago

Deployed PROD environment and set CI/CD workflow for stg and prod. https://alm-bridge-monitor.gnosischain.com/

giacomolicari commented 1 year ago

thank you @gMonty030 !