Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
cexplorer.io/examples/extended-metadata.json
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
34 lines (34 sloc)
1.28 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"verification":"verification-string-here-for-pool-claim", | |
"how-to-implement": "in your meta.json - define *extended* with url to this (json) file - https://raw.githubusercontent.com/cardanians/cexplorer.io/main/examples/meta.json", | |
"info": { | |
"url_png_icon_64x64": "http(s) url to pool icon; png format; not animated; max 40kb", | |
"url_png_logo": "http(s) url to pool logo; png format; not animated; max 50kb", | |
"location": "London, England", | |
"social": { | |
"twitter_handle": "cexplorer_io", | |
"telegram_handle": "cexplorer_io", | |
"facebook_handle": "", | |
"youtube_handle": "", | |
"twitch_handle": "", | |
"discord_handle": "", | |
"github_handle": "", | |
"patreon_handle": "", | |
"linkedin_handle": "", | |
"ada_handle": "$cexplorer" | |
}, | |
"company": { | |
"name": "Company Name", | |
"addr": "Street, Number", | |
"city": "London", | |
"country": "England", | |
"company_id": "123456789", | |
"vat_id": "GB123456789" | |
}, | |
"about": { | |
"me": "...", | |
"server": "Raspberry Pi Hosted at my Home in London 100MB up/down, solar energy.", | |
"company": "..." | |
} | |
} | |
} |