Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 2.01 KB

README.md

File metadata and controls

49 lines (33 loc) · 2.01 KB

Vertex Web Monorepo

Getting Started

Public Repo Setup

Public snapshots of the Vertex frontend have the following additional steps:

  • Populate necessary API keys & IDs in sensitiveData.ts for the trade app
  • Obtain a license to TradingView's Advanced Charts and put the build files in public/charting_library. The type declarations have been left as-is for typecheck to work.
  • Optional: Populate the gtmId for marketing sites.

Dependencies

  • Install dependencies using yarn install.
  • For usage of a local Vertex SDK (useful if you're testing SDK changes / unpublished SDK functionality):
    • run yarn link-local in vertex-typescript-sdk,
    • then yarn link-local-sdk in the apps/trade app.

      To reverse this (i.e. unlink packages for remote SDK), run yarn unlink-local-sdk in this apps/trade.

NOTE: Be sure to run yarn build in the SDK repo for latest SDK changes to reflect

Set up environment:

For apps where a .env file is required, there is a .env.local.example file in the root of the app directory. Copy this file to .env.local and fill in the necessary environment variables.

Run

yarn run dev # Runs app at the appropriate port

Other Considerations

[Trade App] Switching Brand

To switch the "brand" of the trade app, use the available options for NEXT_PUBLIC_BRAND_NAME. Unfortunately, Next.js + Tailwind JIT do not trigger full reloads of the Tailwind configuration on changes of .env.local, so you will need to make a dummy code change in tailwind.config.ts for the new brand to take effect. This could be as simple as changing a newline then saving the file.

[Trade App] Run against local nodes / custom contract addresses

  • Switch your .env.local to point to a local deployment: NEXT_PUBLIC_DATA_ENV=local
  • Put the relevant contracts + endpoint info in useBaseVertexClient
  • Update token addresses in tokens.ts for the local environment. All addresses must be lowercase