1.0.23 • Published 9 months ago

ethscriptionmetadata v1.0.23

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

EthscriptionMetadata

Build

Install

npm install ethscriptionmetadata

Add to App

import {EtherscriptionMetadata} from 'ethscriptionmetadata'

Add your collection

Using the template below, add your information to a new .json file and place it in the projects folder.

If you need help with creating proper JSON, this site can help: https://jsonlint.com/

Template

{
    "name": "Demo Collection",
    "inscription_icon": "0x79bcb986039f9d114754570835000d81980ccf0d3834744aac4445112f05aa4a",
    "supply": "100",
    "slug": "demo-collection",
    "description": "A set of 100 distinct art pieces residing on the Ethereum Blockchain",
    "twitter_link": "https://twitter.com/demo",
    "discord_link": "https://discord.gg/",
    "website_link": "",
    "background_color": "#C3FF02",
    "inscriptions": [
      {
        "id": "0x79bcb986039f9d114754570835000d81980ccf0d3834744aac4445112f05aa4a",
        "meta": {
          "name": "Demo Collection #1",
          "attributes": [
            {
              "trait_type": "collection",
              "value": "Demo Collection"
            }
          ]
        },
        "number": "1"
      }
    ]
}
1.0.23

9 months ago

1.0.22

10 months ago

1.0.21

11 months ago

1.0.20

11 months ago

1.0.19

11 months ago

1.0.16

11 months ago

1.0.15

11 months ago

1.0.14

11 months ago

1.0.12

11 months ago

1.0.11

11 months ago

1.0.10

11 months ago

1.0.9

11 months ago

1.0.8

11 months ago

1.0.7

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago