Previously named Algorand Asset Manager aka AAM, which translates to Mango from Hindi.
Requirements
dockeranddocker-composemust be installed
Setup
- Create a
.envfile in/api/ - Set the following environment variables in the file
API_TESTNETALGODADDRESS=<purestake node address>
API_MAINNETALGODADDRESS=<purestake node address>
API_PSTOKEN=<purestake token>
API_TOKENAUTHPASSWORD=
-
Edit the
docker-compose.ymlenvironment variables fordbto set the Postgres database initialization configuration -
Update the baseURL in the
web/src/app/state.service.tstolocalhost:5000if running on localhost, or to your hosted API address -
Run the following commands to start the project from the root dir:
docker-compose build
docker-compose up
The website will be running at port :4200.
To bring the project down, just type docker-compose down from the root dir.