Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
vitas-brc20 authored Jul 24, 2024
2 parents 4eee8cc + 3d09406 commit 14a072e
Show file tree
Hide file tree
Showing 448 changed files with 12,334,753 additions and 396 deletions.
1 change: 1 addition & 0 deletions Merlin-Hat/.gitkeep
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions Merlin-Hat/inscriptions.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions Merlin-Hat/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name":"Merlin Hat","slug":"Merlin-Hat","supply":"42000","description":"The first BRC-420 meme for Merlin Chain","twitter_link":"https://twitter.com/BitmapTech","discord_link":"https://discord.com/invite/merlinchain","website_link":"https://testnet.merlinchain.io/bridge","inscription_icon":"b91084dd15d7df4e15fe83f866c2421686c53105ceb81ce9acf034526c63b0c4i0"}
24 changes: 18 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,24 +43,36 @@ Artists can assign unqiue traits to ordinals with `attributes`
...
]
```

Your inscriptions.json file will look like this:

```
[
{
"id": "af0b19432a676551223e300e7197348b7c225cb7b31d0d7c6e246e382cbf6f81i0",
"id": "c387a2656ef973a55df57edd3ac4b26b09865cc3fcb21cfaa4921ead1363f53ai0",
"meta": {
"name": "Planetary Ordinal #11",
"name": "Bitcoin Frog #2989",
"attributes": [
{
"trait_type": "Background",
"value": "Sun sun",
"value": "Black",
},
{
"trait_type": "Body",
"value": "Tron",
},
{
"trait_type": "Clothing",
"value": "Green Hoodie",
},
{
"trait_type": "Mouth",
"value": "Cigar",
},
{
"trait_type": "Holes",
"value": "rose blossom",
"trait_type": "Eyes",
"value": "Visor",
}
]
}
}
Expand Down
Empty file.
Empty file.
Loading

0 comments on commit 14a072e

Please sign in to comment.