Skip to content

BEAR-finance/nft-server

 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.8%
  • Dockerfile 1.1%
  • Shell 0.1%