Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rtomas/rekt-dogs-frontend
Dashboard tool to track transfers in the RektDogs NFT Collection
https://github.com/rtomas/rekt-dogs-frontend
erc721 nft thegraph web3
Last synced: 3 days ago
JSON representation
Dashboard tool to track transfers in the RektDogs NFT Collection
- Host: GitHub
- URL: https://github.com/rtomas/rekt-dogs-frontend
- Owner: rtomas
- Created: 2023-08-12T01:47:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-05T20:31:50.000Z (11 months ago)
- Last Synced: 2024-12-16T21:13:55.153Z (6 days ago)
- Topics: erc721, nft, thegraph, web3
- Language: TypeScript
- Homepage: https://rekt-dogs.vercel.app/
- Size: 314 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rekt Dogs Dashboard
This dashboard is a tool for the Rekt Dogs community to track the progress of the project. It is built with Next.js.
## Getting Started
1. **Install Dependencies:**
```bash
yarn
```2. **Run the Development Server:**
```bash
npm run dev
# or
yarn dev
```3. **View the Result:**
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
or view the [live demo](https://rekt-dogs.vercel.app/) on Vercel.# References
- [Rekt Dogs Subgraph Repo](https://github.com/rtomas/rekt-dogs-subgraph)
- [Rekt Dogs Subgraph](https://thegraph.com/hosted-service/subgraph/rtomas/rekt-dogs)
- [Rekt Dogs NFT Collection](https://opensea.io/collection/rektdogs)# License
MIT License