Skip to content

dewiz-xyz/mip21-registry-ui

Repository files navigation

mip21-registry-ui

UI and API for MakerDAO’s Rwa Registry (MIP21 Registry) contract

Production environment

Staging environment

Deployment strategy

  • Automatic deployment from dev branch to Staging environment
  • Automatic deployment from main branch to Production environment

Test locally with Docker

  1. Make sure that older Docker images are removed, and containers are stopped, if you want to test new code:
docker rmi chainlog-ui
docker rmi chainlog-checksum
  1. Build the Docker images and start the 3 containers:
docker-compose up -d
  1. Look at the logs:
docker logs -f chainlog-ui
docker logs -f chainlog-checksum
  1. Stop the containers:
docker-compose down

Note: nginx.conf.template is being customized with the path /checksum and copied into the chainlog-ui container, for sending traffic to the container running the checksum.py script.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published