Make sure to install the dependencies:
yarn install
Start the development server on http://localhost:3000
:
yarn dev
Build the application for production:
yarn build
Locally preview production build:
yarn preview
Click on any of the cryptocurrencies on the homepage to navigate into their respective pages and perform any of the following actions:
Send crypto to an external wallet.
Receive crypto either from P2P or an external wallet.
Add crypto either from P2P or an external wallet.
Swap between currencies.
You can also perform these actions from the homepage. Thank you.