Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
233436a
Enhance PartnerBar component with floating animation and improved hov…
TTMordred Mar 15, 2025
e023b2a
Merge pull request #83 from TTMordred/NFT-(Done)
TTMordred Mar 15, 2025
61ea507
No code changes detected
TTMordred Mar 15, 2025
4f8be20
No code changes detected
TTMordred Mar 15, 2025
a635782
Merge branch 'main' of https://github.com/TTMordred/CryptoPath into s…
TTMordred Mar 15, 2025
0b8cb68
Merge pull request #84 from TTMordred/search_2
TTMordred Mar 15, 2025
5e70dd5
Merge pull request #85 from TTMordred/NFT-(Done)
Woft257 Mar 15, 2025
c5b2100
okela
TTMordred Mar 16, 2025
24d9602
Add API caching and new endpoints for market data; update header with…
TTMordred Mar 16, 2025
30d22fc
Merge branch 'main' of https://github.com/TTMordred/CryptoPath into s…
TTMordred Mar 16, 2025
c7536b6
Update README.md
TTMordred Mar 16, 2025
54f71e4
Add NFT layout component with navigation and breadcrumb support
TTMordred Mar 16, 2025
3a37eec
Enhance NFT components with improved image loading, validation, and n…
TTMordred Mar 16, 2025
fde3c88
Add wallet connection button to NFT layout with account display
TTMordred Mar 16, 2025
bccc77e
final
TTMordred Mar 16, 2025
03209f9
Merge pull request #87 from TTMordred/search_2
TTMordred Mar 16, 2025
0bdab76
Update README.md
TTMordred Mar 16, 2025
04fed44
Add ParticlesBackground component to NFT layout and collection pages
TTMordred Mar 16, 2025
3b54e9f
Merge pull request #89 from TTMordred/search_2
TTMordred Mar 16, 2025
8a039c0
final
trinhnguyen1101 Mar 16, 2025
46e614f
Merge pull request #90 from TTMordred/pls_portfolio
trinhnguyen1101 Mar 16, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ NEXTAUTH_URL=https://cryptopath.vercel.app/
NEXTAUTH_SECRET=your-secret-key
NEXT_PUBLIC_INFURA_KEY=your-infura-key
NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID=your-walletconnect-projectid
NEXT_PUBLIC_URL=http://localhost:3000
ALCHEMY_API_KEY=your-alchemy-key
REACT_APP_DAPPRADAR_API_KEY=your-DAPPRADAR-key
COINMARKETCAP_API_KEY=your-COINMARKETCAP-key
```
```bash
# Start the development server
Expand All @@ -57,9 +61,9 @@ CryptoPath is a blockchain transaction visualization system that simplifies bloc
- Leverage a graph database (currently using static demo data) for efficient data storage and retrieval.

## Team Members
- **Le Nguyen Dang Duy** (105028557) - Frontend Lead / Graph Visualization
- **Phan Cong Hung** (104995595) - Backend & Data Integration Lead
- **Nguyen Minh Duy** (104974743) - Full-Stack Developer / UI & UX
- **Le Nguyen Dang Duy** (105028557) - **Frontend Developer / Graph Visualization**
- **Nguyen Minh Duy** (104974743) - **Team Leader / Full-Stack Developer / Product Experience Architect**
- **Phan Cong Hung** (104995595) - **Backend & Frontend Developer / API Integration**

## Project Structure
### Frontend
Expand Down
Loading