wamp-proto / wamp-xbr

The XBR Protocol - blockchain protocol for decentralized open data markets
https://xbr.network
Other
11 stars 16 forks source link

Publish stackLicense files to IPFS #130

Open oberstet opened 4 years ago

oberstet commented 4 years ago

Creating a new XBR Domain requires a stackLicense:

https://github.com/crossbario/xbr-protocol/blob/825d54c9e222582dfae60504f6827ed561dd1d49/contracts/XBRDomain.sol#L93

The license for the software stack running the domain. IPFS Multihash pointing to a JSON/YAML file signed by the project release key.

For now, we need to publish 3 files for stackLicense:

License Description
„capacity license“ worker capacity (by maximum concurrent workers)
„usage license“ worker usage (by consumed monthly worker hours)
„free license“ limited, best-effort
oberstet commented 4 years ago

we need to coordinate/discuss/finalize with Alex which license files to publish, and add that publication at least as a Makefile target in the repo here (or other convenience scripting) ..