A decentralized digital gaming marketplace and platform that enables game studios to sell their games directly to players all around the world without a middleman in a secure and transparent way.
A web client for Exodia.World's marketplace, digital wallet, crowdfunding, etc. This project was generated with Angular CLI version 1.6.7.
After you have run npm install
to install all necessary packages, copy sample.eth.json
into eth.json
. Change the environment values as appropriate. We have three types of environment:
- dev: default development environment (http://localhost:8545)
- staging: testnet environment (https://rinkeby.infura.io/API_KEY)
- prod: mainnet environment (https://mainnet.infura.io/API_KEY)
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the -prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
Run npm run doc
to build and serve the project's documentation with compodoc.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.
exodia.world-web-client is wrapped by exodia.world-desktop-client so that we may build the same code for both web and desktop users.