import styles from './index.module.scss'; import { EtherscanLink } from '@vegaprotocol/ui-toolkit'; import { ReactHelpers } from '@vegaprotocol/react-helpers'; export function Index() { /* * Replace the elements below with your own. * * Note: The corresponding styles are in the ./index.scss file. */ return (

Hello there, Welcome trading 👋

You're up and running

What's next?

Next steps

Here are some things you can do with Nx:

Add UI library
                # Generate UI lib
                nx g @nrwl/angular:lib ui
                # Add a component
                nx g @nrwl/angular:component button --project ui
              
View interactive project graph
nx graph
Run affected commands
                # see what's been affected by changes
                nx affected:graph
                # run tests for current changes
                nx affected:test
                # run e2e tests for current changes
                nx affected:e2e
              

Carefully crafted with

); } export default Index;