Here you will find some useful resources about the Cardano Blockchain
Cardano Essentials
Here is an outline of the developer ecosystem and relevant resources to help you learn how to build on Cardano.
Cardano Metadata Structures - CIP-0025
https://github.com/cardano-foundation/CIPs/tree/master/CIP-0025
{
"721": {
"<policy_id>": {
"<asset_name>": {
"name": <string>,
"image": <uri | array>,
"mediaType": "image/<mime_sub_type>",
"description": <string | array>,
"files": [{
"name": <string>,
"mediaType": <mime_type>,
"src": <uri | array>,
<other_properties>
}],
<other properties>
}
},
"version": "1.0"
}
}
Cardano Royalties Metadata Structure - CIP-0027
https://github.com/cardano-foundation/CIPs/tree/master/CIP-0027
{
"777": {
"rate": "0.2",
"addr": [
"addr1q8g3dv6ptkgsafh7k5muggrvfde2szzmc2mqkcxpxn7c63l9znc9e3xa82h",
"pf39scc37tcu9ggy0l89gy2f9r2lf7husfvu8wh"
]
}
}
Cardano dApp - Wallet Bridge
https://www.cardano-caniuse.io/
Cardano Wallet API Compatiblity Matrix ⚡️