Skip to content

degen-lab/generate-signature-fe

Repository files navigation

How to start the frontend for signature generation

  1. Set up the url for the backend. The default url is linking to the DegenLab signature generation backend. To change it to your own backend, update the post request in the SigForm.tsx file. For a local backend the request will be http://localhost:8080/get-signature.

  2. Install dependencies

npm i
  1. Build the frontend
npm run build
  1. Run the frontend
npm run start