Skip to content

monad-ns/mns-app

Repository files navigation

mns-app

Monad Domains React Web Application

Install Dependencies

to install dependencies, run the following command

yarn  install

Run

to run app, first you need to set you env variables. rename .env.template file to .env then run the following command

yarn  start

How to set REACT_META_DATA_URL correctly?

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

Build Docker Image

docker build --target=production -t user/mns-app .

Run Docker Image

docker run -it -p 3000:80 --env-file .env user/mns-app

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published