Monad Domains React Web Application
to install dependencies, run the following command
yarn install
to run app, first you need to set you env variables. rename .env.template file to .env then run the following command
yarn start
use the following format to set META_DATA_URL env.
REACT_APP_METADATA_URL={{META_DATA_URL}}/{{NETWORK_NAME}}/{{REGISTRAR_CONTROLLER_CONTRACT_ADDRESS}}/{{TOKEN_ID}}/image
docker build --target=production -t user/mns-app .
docker run -it -p 3000:80 --env-file .env user/mns-app