diff --git a/content/concepts/architecture.md b/content/concepts/architecture.md index e5fb14bb..c6914277 100644 --- a/content/concepts/architecture.md +++ b/content/concepts/architecture.md @@ -26,7 +26,7 @@ The rest of this page elaborates. ## 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. -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 diff --git a/content/concepts/nft.md b/content/concepts/data-nft.md similarity index 88% rename from content/concepts/nft.md rename to content/concepts/data-nft.md index 0cea874a..394bf4d2 100644 --- a/content/concepts/nft.md +++ b/content/concepts/data-nft.md @@ -52,8 +52,7 @@ Alice is the author of a book. Alice wants to hold the copyright of her work but ## Other References -- https://en.wikipedia.org/wiki/Non-fungible_token -- https://blog.oceanprotocol.com/nfts-ip-1-practical-connections-of-erc721-with-intellectual-property-dc216aaf005d -- https://blog.oceanprotocol.com/nfts-ip-2-leveraging-erc20-fungibility-bcee162290e3 -- https://blog.oceanprotocol.com/nfts-ip-3-combining-erc721-erc20-b69ea659115e -- https://blog.oceanprotocol.com/on-difficult-to-explain-fungibility-sightings-in-nfts-26bc18620f70 +- [Practical Connections of ERC721 with Intellectual Property](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) +- [Combining ERC721 & ERC20](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) diff --git a/data/sidebars/concepts.yml b/data/sidebars/concepts.yml index c90edef4..b9d5a48d 100644 --- a/data/sidebars/concepts.yml +++ b/data/sidebars/concepts.yml @@ -7,7 +7,7 @@ - title: Architecture Overview link: /concepts/architecture/ - title: Data NFTs - link: /concepts/nft/ + link: /concepts/data-nft/ - title: Supported Networks link: /concepts/networks/ - title: Deployments