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

Issue-701: Update links

This commit is contained in:
Akshay 2021-11-28 18:10:15 +01:00
parent c8716ce8ae
commit 3669df9177
3 changed files with 6 additions and 7 deletions

View File

@ -26,7 +26,7 @@ The rest of this page elaborates.
## DataNFT ## DataNFT
DataNFTs are based on [ERC721](https://eips.ethereum.org/EIPS/eip-721) standard. The publisher can use Marketplace or client libraries to deploy a new DataNFT contract. To save gas fees, it uses [ERC1167](https://eips.ethereum.org/EIPS/eip-1167) proxy approach on the **ERC721 template**. Publisher can then assign manager role to other ethereum addresses who can deploy new Datatoken contracts and even mint them. Each Datatoken contract is associated with one DataNFT contract. DataNFTs are based on [ERC721](https://eips.ethereum.org/EIPS/eip-721) standard. The publisher can use Marketplace or client libraries to deploy a new DataNFT contract. To save gas fees, it uses [ERC1167](https://eips.ethereum.org/EIPS/eip-1167) proxy approach on the **ERC721 template**. Publisher can then assign manager role to other ethereum addresses who can deploy new Datatoken contracts and even mint them. Each Datatoken contract is associated with one DataNFT contract.
Click [here](/concepts/nft/) to further read about DataNFTs and Datatokens. Click [here](/concepts/data-nft/) to further read about DataNFTs and Datatokens.
## Datatokens & Access Control Tools ## Datatokens & Access Control Tools

View File

@ -52,8 +52,7 @@ Alice is the author of a book. Alice wants to hold the copyright of her work but
## Other References ## Other References
- https://en.wikipedia.org/wiki/Non-fungible_token - [Practical Connections of ERC721 with Intellectual Property](https://blog.oceanprotocol.com/nfts-ip-1-practical-connections-of-erc721-with-intellectual-property-dc216aaf005d)
- https://blog.oceanprotocol.com/nfts-ip-1-practical-connections-of-erc721-with-intellectual-property-dc216aaf005d - [Leveraging ERC20 Fungibility](https://blog.oceanprotocol.com/nfts-ip-2-leveraging-erc20-fungibility-bcee162290e3)
- https://blog.oceanprotocol.com/nfts-ip-2-leveraging-erc20-fungibility-bcee162290e3 - [Combining ERC721 & ERC20](https://blog.oceanprotocol.com/nfts-ip-3-combining-erc721-erc20-b69ea659115e)
- https://blog.oceanprotocol.com/nfts-ip-3-combining-erc721-erc20-b69ea659115e - [Fungibility sightings in NFTs](https://blog.oceanprotocol.com/on-difficult-to-explain-fungibility-sightings-in-nfts-26bc18620f70)
- https://blog.oceanprotocol.com/on-difficult-to-explain-fungibility-sightings-in-nfts-26bc18620f70

View File

@ -7,7 +7,7 @@
- title: Architecture Overview - title: Architecture Overview
link: /concepts/architecture/ link: /concepts/architecture/
- title: Data NFTs - title: Data NFTs
link: /concepts/nft/ link: /concepts/data-nft/
- title: Supported Networks - title: Supported Networks
link: /concepts/networks/ link: /concepts/networks/
- title: Deployments - title: Deployments