Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 615 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 615 Bytes

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