Skip to content

Commit

Permalink
Merge pull request #127 from Itheum/feature-support-bonusimg
Browse files Browse the repository at this point in the history
Allow for extra image in metadata and to move image preview out of traits
  • Loading branch information
damienen authored Apr 8, 2024
2 parents e6f1a31 + e61a295 commit cfd0547
Show file tree
Hide file tree
Showing 9 changed files with 280 additions and 45 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,15 +239,12 @@ Items below marked "required" are the "minimum" required for it to be compatible
```json
{
"description": "Data NFT description", // required
"data_preview_url": "https://previewdata.com",
"attributes": [
{
"trait_type": "Creator", // required
"value": "creator address"
},
{
"trait_type": "Data Preview URL", // required
"value": "https://previewdata.com"
},
{
"trait_type": "extra trait",
"value": "extra trait value"
Expand Down
Loading

0 comments on commit cfd0547

Please sign in to comment.