Skip to content

basti394/nft-research

Repository files navigation

Getting Started

First install all the dependencies:

npm install

Then, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the website.

To build the project and run the built version (for better UX especially with the graph), run following commands:

npm run build
npm run start

Note: If you don't have a .env.local file, please reach out to me (s.o.jung@web.de).

Structure

The frontend code for the website can be inspected in pages/index.tsx. Single UI components can be found in components/

All API endpoints can be found in pages/api/. The URL to the endpoints is simply their path (eg. http://localhost:3000/api/history/{name}).

All methods called in the backend to calculate important statistics can be found in lib/.

Tests

To check if the algorithm explained in the paper works properly, just run:

npm test

About

This is the website for my current research work at TUM on wash trading at NFT collections on the Solana Blockchain. Research Paper: https://wwwmatthes.in.tum.de/pages/15ax08zi3u5gu/TUMKolleg-Sebastian-O.-Jung

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published