Skip to content

Opdex Platform UI connecting to Opdex Platform API and Opdex Protocols for decentralized analytics and transactional quotes.

License

Notifications You must be signed in to change notification settings

Opdex/opdex-v1-ui

Repository files navigation

OpdexUI

Opdex Platform UI repository. Angular with Typescript styled with Material and SCSS connected with the Opdex Platform API.

Install Dependencies

npm install

Environments

The platform operates on Devnet, Testnet or Mainnet. Configure the environment.ts file for local development and for deployments, inject environment variables into environment.prod.ts in release pipelines.

Devnet is internal only, Testnet is public and Mainnet will be public.

Run

Run the app locally by default on http://localhost:4200.

# Devnet (internal only)
ng serve

# Testnet (public)
ng serve -c testnet

Build

Build the project for development or a release.

Prod builds and releases must have environment variables injected.

# Devnet Build
ng build 

# Testnet Build
ng build -c testnet

# Release Build
ng build -c prod

Test

Run all of the project's unit tests.

ng test

About

Opdex Platform UI connecting to Opdex Platform API and Opdex Protocols for decentralized analytics and transactional quotes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •