1.0.22 • Published 3 years ago
ethscriptionmetadata v1.0.22
EthscriptionMetadata
Install
npm install ethscriptionmetadataAdd 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
3 years ago
1.0.22
3 years ago
1.0.21
3 years ago
1.0.20
3 years ago
1.0.19
3 years ago
1.0.16
3 years ago
1.0.15
3 years ago
1.0.14
3 years ago
1.0.12
3 years ago
1.0.11
3 years ago
1.0.10
3 years ago
1.0.9
3 years ago
1.0.8
3 years ago
1.0.7
3 years ago
1.0.5
3 years ago
1.0.4
3 years ago
1.0.3
3 years ago
1.0.2
3 years ago
1.0.1
3 years ago
1.0.0
3 years ago