Clone the didpass repository and switch to the development branch.
Go to the auth server folder: cd auth-server.
In the terminal, run the following to install necessary dependencies.
npm install
Copy .env.example as .env and Set Environment Variables in .env.
Start the project in the development environment.
npm run dev
Fill PINATA_API_KEY and PINATA_SECRET_API_KEY value.
PINATA_API_KEY=<placeholder(Pinata API Key)>
PINATA_SECRET_API_KEY=<placeholder(Pinata API Secret)>
Fill the WEB3_STORAGE_TOKEN value.
WEB3_STORAGE_TOKEN=<placeholder(Web3Storage API Token)>
Generated using TypeDoc