Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 590 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 590 Bytes

NFT Server

This server is meant to aggregate data from different subgraphs under a single API.

Run the project

npm install

After that you'll need to up check the .env.example file and create your own .env file. Some properties have defaults. Once you're done, you can run the project!

npm start # runs npm run build behind the scenes

npm run start:watch # will watch for changes

Endpoints

Check ./src/adapters/routes.ts for an up to date list of all the endpoints.