This is a readonly dashboard of the Escrow Factory contract
Escrow Factory is used for grouping Escrows in the blockchain. Everything is happening inside Polygon Mainnet. Other networks will be added later
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3002 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
GitFlow convention is to be followed (and feature PRs should target develop
branch rather than master
)
develop
branch → staging: http://ec2-18-219-139-195.us-east-2.compute.amazonaws.com/
master
branch → production: https://dashboard.humanprotocol.org/
Feel free to add your own automated tests following GiHub Actions documentation