Last active
January 7, 2026 02:08
-
-
Save nelsondev19/9bfbcb6b674f37a79cb45270257397a9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "House 5", | |
| "description": "A stunning property in San Salvador, El Salvador. This beautiful house features modern architecture with 6 spacious bedrooms and premium finishes. Perfect for families looking for comfort and style in a prime location.", | |
| "image": "https://images.unsplash.com/photo-1600596542815-ffad4c1539a9?w=800&q=80", | |
| "external_url": "https://yourwebsite.com/properties/5", | |
| "background_color": "F5F5DC", | |
| "attributes": [ | |
| { | |
| "trait_type": "Location", | |
| "value": "San Salvador, El Salvador" | |
| }, | |
| { | |
| "trait_type": "Country", | |
| "value": "El Salvador" | |
| }, | |
| { | |
| "display_type": "number", | |
| "trait_type": "Bedrooms", | |
| "value": 6 | |
| }, | |
| { | |
| "display_type": "number", | |
| "trait_type": "Bathrooms", | |
| "value": 4 | |
| }, | |
| { | |
| "display_type": "number", | |
| "trait_type": "Size", | |
| "value": 150 | |
| }, | |
| { | |
| "trait_type": "Property Type", | |
| "value": "Modern House" | |
| }, | |
| { | |
| "trait_type": "Style", | |
| "value": "Contemporary" | |
| }, | |
| { | |
| "trait_type": "Condition", | |
| "value": "Excellent" | |
| }, | |
| { | |
| "trait_type": "Price", | |
| "value": "0.05 ETH" | |
| }, | |
| { | |
| "trait_type": "Rarity", | |
| "value": "Rare" | |
| }, | |
| { | |
| "display_type": "boost_percentage", | |
| "trait_type": "Investment Potential", | |
| "value": 20 | |
| }, | |
| { | |
| "display_type": "date", | |
| "trait_type": "Minted At", | |
| "value": 1736294400 | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment