# Metadex Metadex is a DAO (Descentralised Autonomous Organization) project aiming to provide permissionless access to metaverse related investements and oportunities, through a range of descentralised financial tools. # Project Description Metadex protocol includes: - Staking - DEX (Descentralised Exchange) - Protocol Treasury > Further details coming soon # Environment Setup To run the dapp, you have to have docker intalled. Refer to https://docs.docker.com/get-docker/ Once docker is installed in your machine, run the following command; ```shell docker-compose up ```` Then, you should be able to access the dapp in your localhost, port 8080. For now, the dapp is built to interact with Polygon testnet (Mumbai). You will need a Metamask wallet ot be able to connect to the dapp: https://metamask.io/ Having Metamask installed, refer to https://blog.polysynth.com/how-to-connect-polygon-testnet-to-metamask-wallet-472bca410d64, in order to set up wallet to interact with Mumbai testnet chain. Having Metamask installed, refer to https://blog.polysynth.com/how-to-connect-polygon-testnet-to-metamask-wallet-472bca410d64, in order to set up wallet to interact with Mumbai testnet chain. # Utilities ### Unit Tests ```shell docker exec metadex npm run test:unit ```