mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
ISsue-701-Create roles page
This commit is contained in:
parent
7f9b50d919
commit
b137fa718d
21
content/concepts/roles.md
Normal file
21
content/concepts/roles.md
Normal file
@ -0,0 +1,21 @@
|
||||
---
|
||||
title: Data NFTs and datatoken roles
|
||||
description: Access to the data NFT and datatoken smart contract functions is controlled by the permssions stored on chain in the contracts.
|
||||
---
|
||||
|
||||
## Roles in data NFT smart contract
|
||||
|
||||
| Action ↓ / Role → | NFT Owner | Manager | ERC20 Deployer | Store Updater | Metadata Updater |
|
||||
|-----------------------------------|--------------------|--------------------|--------------------|--------------------|--------------------|
|
||||
| Set token URI | <center>☑</center> | | | | |
|
||||
| Add manager | <center>☑</center> | | | | |
|
||||
| Remove manager | <center>☑</center> | | | | |
|
||||
| Clean permissions | <center>☑</center> | | | | |
|
||||
| Set base URI | <center>☑</center> | | | | |
|
||||
| Set MetaData state | | | | | <center>☑</center> |
|
||||
| Set MetaData | | | | | <center>☑</center> |
|
||||
| Create new Datatoken | | | <center>☑</center> | | |
|
||||
| Executes any other smart contract | | <center>☑</center> | | | |
|
||||
| Set new key-value in store | | | | <center>☑</center> | |
|
||||
|
||||
## Roles in datatoken smart contract
|
@ -8,6 +8,8 @@
|
||||
link: /concepts/architecture/
|
||||
- title: Data NFT and Datatoken
|
||||
link: /concepts/datanft-and-datatoken/
|
||||
- title: Roles
|
||||
link: /concepts/roles/
|
||||
- title: Supported Networks
|
||||
link: /concepts/networks/
|
||||
- title: Deployments
|
||||
|
Loading…
Reference in New Issue
Block a user