Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ljcutts/lw3-assignment
A Dapp that displays the users nfts from the buildspace and learnweb3 collections
https://github.com/ljcutts/lw3-assignment
Last synced: about 1 month ago
JSON representation
A Dapp that displays the users nfts from the buildspace and learnweb3 collections
- Host: GitHub
- URL: https://github.com/ljcutts/lw3-assignment
- Owner: ljcutts
- Created: 2022-09-02T18:43:26.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-06T01:15:28.000Z (over 2 years ago)
- Last Synced: 2024-04-14T16:41:44.690Z (8 months ago)
- Language: TypeScript
- Homepage: https://learnweb3-buildspace-nfts.vercel.app/
- Size: 454 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-buildspace - lw3-assignment
README
# LearnWeb3-BuildSpace-NFTs-API
This is a Dapp That Will Allow You to View The Nfts You Have Claimed From The Learnweb3 And Buildspace Nft Collections
- LearnWeb3 Collection - https://opensea.io/collection/learnweb3
- BuildSpace Collection - https://opensea.io/collection/buildspace-v2Make Sure That You Are Connected to The Polygon Mainnet To View The NFTs
# Getting Started
First git clone the repo:
```bash
git clone https://github.com/ljcutts/lw3-assignment.git
```Then, install the packages:
```bash
yarn
# or
npm install
```Next, run the development server:
```bash
npm run dev
# or
yarn dev
```# TechStack
- Nextjs
- Tailwind
- Typescript
- Rainbowkit
- Wagmi
- Alchemy-SDK