Network-Goods / hypercerts-protocol

MIT License
13 stars 5 forks source link

[Contracts] Mint hypercert #2

Closed bitbeckers closed 2 years ago

bitbeckers commented 2 years ago

Mappings

mapping(user => [impactHashes])
mapping(impactHash => HyperCert{})

Struct representing the 6 dimensions of impact hyperspace:

        { 
       creators: [ethAddress1, ethAddress2, ...],
        work_scope: "implemented MVP spec",
        work_time: [12312352354,43256345677],
        impact_scope: "all",
        impact_time: [32312352354,63256345677],
        rights: "..." }