- QR8 is a platform focused on curation for artists and collectors. Artists, curators, and collectors can create profiles that act as all-in-one discovery tools for their smart contracts deployed on the Ethereum blockchain (with the intention to add alternative L1s and L2s in the future).
- As the NFT ecosystem grows curation will become a central component of discovering, and collecting emerging artists. Curation will be the key to onboarding the next generation of collectors and artists. By focusing on curation and artists QR8 will become the best place to discover emerging artists, track trends, and follow disruptors in the art world.
Current Deployed Version (In development)
- Frontend: Typescript, NextJS, Apollo-Client, Styled-Components, WAGMI, Zora API, React-Draggable
- Backend: NodeJS, GraphQL-Yoga, Express, Express-Session, PostgreSQL, Prisma, Pothos, siwe
- From project root, run
pnpm install
to install the monorepo with all dependencies - Run
docker compose up -d
from project root to start the database - From
./services/app-server
, runpnpm prisma:migrate
to run database migrations - From
./services/app-server
, runpnpm prisma:seed
to seed the database - From
./services/app-server
, runpnpm start:dev
to start the api server - From
./services/web-app
, runpnpm dev
to start the web app