ISsue-701-Create roles page

This commit is contained in:
Akshay 2021-12-28 11:09:16 +01:00
parent 7f9b50d919
commit b137fa718d
2 changed files with 23 additions and 0 deletions

21
content/concepts/roles.md Normal file
View 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>&#9745;</center> | | | | |
| Add manager | <center>&#9745;</center> | | | | |
| Remove manager | <center>&#9745;</center> | | | | |
| Clean permissions | <center>&#9745;</center> | | | | |
| Set base URI | <center>&#9745;</center> | | | | |
| Set MetaData state | | | | | <center>&#9745;</center> |
| Set MetaData | | | | | <center>&#9745;</center> |
| Create new Datatoken | | | <center>&#9745;</center> | | |
| Executes any other smart contract | | <center>&#9745;</center> | | | |
| Set new key-value in store | | | | <center>&#9745;</center> | |
## Roles in datatoken smart contract

View File

@ -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