1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

Merge branch 'master' into initial-docs-about-real-ocean-tokens

This commit is contained in:
Troy McConaghy 2019-03-15 11:58:31 +01:00 committed by GitHub
commit 6a37de2d60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 24 deletions

View File

@ -31,11 +31,11 @@ A service where publishers can list what assets they have, and consumers can see
A person or a software service that checks some steps in transactions. For example, a verifier might check to see if a cryptographic signature is valid and then get rewarded for doing so.
## Service Execution Agreement (SEA)
## Service Execution Agreement (SEA) or Service Agreement
A contract-like agreement between a provider, a consumer, and a verifier, specifying what assets are to be delivered (from provider to consumer), the conditions that must be met, and the rewards for fulfilling the conditions.
A contract-like agreement between a publisher, a consumer, and a verifier, specifying what assets are to be delivered (from publisher to consumer), the conditions that must be met, and the rewards for fulfilling the conditions.
We published an [Ocean Protocol blog post that explains SEAs in more detail](https://blog.oceanprotocol.com/exploring-the-sea-service-execution-agreements-65f7523d85e2).
We published an [Ocean Protocol blog post that explains SEAs in more detail](https://blog.oceanprotocol.com/exploring-the-sea-service-execution-agreements-65f7523d85e2). [OEP-11](https://github.com/oceanprotocol/OEPs/tree/master/11) is a technical specification of how SEAs mediate access control.
## More Terminology

View File

@ -26,31 +26,31 @@
"@oceanprotocol/art": "^2.2.0",
"axios": "^0.18.0",
"classnames": "^2.2.6",
"gatsby": "^2.1.29",
"gatsby-image": "^2.0.31",
"gatsby-plugin-catch-links": "^2.0.12",
"gatsby-plugin-google-analytics": "^2.0.16",
"gatsby-plugin-manifest": "^2.0.22",
"gatsby-plugin-offline": "^2.0.24",
"gatsby-plugin-react-helmet": "^3.0.8",
"gatsby-plugin-sass": "^2.0.10",
"gatsby-plugin-sharp": "^2.0.25",
"gatsby-plugin-sitemap": "^2.0.6",
"gatsby": "^2.1.34",
"gatsby-image": "^2.0.33",
"gatsby-plugin-catch-links": "^2.0.13",
"gatsby-plugin-google-analytics": "^2.0.17",
"gatsby-plugin-manifest": "^2.0.24",
"gatsby-plugin-offline": "^2.0.25",
"gatsby-plugin-react-helmet": "^3.0.9",
"gatsby-plugin-sass": "^2.0.11",
"gatsby-plugin-sharp": "^2.0.28",
"gatsby-plugin-sitemap": "^2.0.9",
"gatsby-plugin-svgr": "^2.0.1",
"gatsby-remark-autolink-headers": "^2.0.15",
"gatsby-remark-autolink-headers": "^2.0.16",
"gatsby-remark-component": "^1.1.3",
"gatsby-remark-copy-linked-files": "^2.0.9",
"gatsby-remark-copy-linked-files": "^2.0.10",
"gatsby-remark-embed-video": "^1.7.0",
"gatsby-remark-github": "^2.0.0",
"gatsby-remark-images": "^3.0.6",
"gatsby-remark-prismjs": "^3.2.4",
"gatsby-remark-responsive-iframe": "^2.0.9",
"gatsby-remark-smartypants": "^2.0.8",
"gatsby-source-filesystem": "^2.0.23",
"gatsby-source-graphql": "^2.0.13",
"gatsby-transformer-remark": "^2.3.1",
"gatsby-transformer-sharp": "^2.1.15",
"gatsby-transformer-yaml": "^2.1.8",
"gatsby-remark-images": "^3.0.9",
"gatsby-remark-prismjs": "^3.2.5",
"gatsby-remark-responsive-iframe": "^2.1.0",
"gatsby-remark-smartypants": "^2.0.9",
"gatsby-source-filesystem": "^2.0.26",
"gatsby-source-graphql": "^2.0.14",
"gatsby-transformer-remark": "^2.3.4",
"gatsby-transformer-sharp": "^2.1.17",
"gatsby-transformer-yaml": "^2.1.10",
"giphy-js-sdk-core": "^1.0.6",
"intersection-observer": "^0.5.1",
"node-sass": "^4.11.0",