Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 614 Bytes

HOW_TO_RUN.md

File metadata and controls

23 lines (14 loc) · 614 Bytes

How to run

This project has 2 components, a backend component and a frontend component.

NOTE: the backend component requires a mainnet blockfrost key to work, please check the paragraph below for details.

To run the backend, you have to run:

./gradlew bootRun

To run the frontend, run instead:

cd vue-app
npm install
npm run serve -- --port 3000

You can now open http://localhost:3000 with your favourite browser and have some fun

Blockfrost key

Signup on Blockfrost and get your testnet/mainnet api key, and set it in the application.properties file.