See the main project repo for setup prerequisites and documentation.
-
Clone the backend repo:
git clone https://github.com/ethereum-attestation-service/eas-rps-backend.git
-
Install dependencies:
cd eas-rps-backend npm i
-
Copy the .env.example file using the command below. Set up your .env file with your Alchemy API key (for resolving ENS names).
cp .env.example .env
-
Set up a postgres database, and configure the username and password in the .env file template.
-
Start the server
ts-node index.ts
After completing these steps, backend server routes will be accesible on port 8080.