cwdevteam / mesa

https://mesa-wallet.vercel.app
0 stars 1 forks source link

OCS: Attestations: Adding files #52

Open neatonk opened 3 weeks ago

neatonk commented 3 weeks ago

Overview

When adding files, we want to capture authorship details and associate them with the work with minimal friction. This is done by creating an onchain attestation using the schema below:

string title,             // a short title
string metadataUri,       // uri for additional metadata
address[] authors,        // array of author addresses (ethereum)
bytes32[] contentHashes,  // sha256 hash of each file

Notes:

Schema Deployments

Requirements

Optional: