Skip to content

Commit

Permalink
Merge pull request #128 from Itheum/develop
Browse files Browse the repository at this point in the history
Extra Assets Support
  • Loading branch information
damienen authored Apr 8, 2024
2 parents aa56e70 + cfd0547 commit 3dd11ef
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 3dd11ef

Please sign in to comment.