From 20efd91c0e8b4a93a8af5a90d0beb71aaf9082bc Mon Sep 17 00:00:00 2001 From: Jaz-3-0 Date: Mon, 20 May 2024 12:17:17 +0200 Subject: [PATCH] init commit --- README.md | 22 ++++++++++++++++++++++ cache/solidity-files-cache.json | 1 + 2 files changed, 23 insertions(+) create mode 100644 README.md create mode 100644 cache/solidity-files-cache.json diff --git a/README.md b/README.md new file mode 100644 index 0000000..ec669ed --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# DN404_marketplace.3.0 + +## About + +An ERC404 based market place inspired by the pandora coin that includs the combination of +ERC20 and ERC721 token standards to ensure the increment of NFT liquidity. + +`Again,` +_The ERC404 token is a unique token that combines both ERC20 and ERC721 token features. It aims to blend the best features of both token standards and propose innovation to the NFTs. With this innovation, multiple wallets can own shares of a single NFT piece from a collection._ + +`About tasks to cover` + +- Deep dive into the ERC404 token standard +- Deep dive into the DN404 token standard +- Implementation of my unique token using the DN404 token standard +- Building the NFT marketplace for DN404 token + +### Getting started + +----------------------- + +@0xJonaseb11 diff --git a/cache/solidity-files-cache.json b/cache/solidity-files-cache.json new file mode 100644 index 0000000..0a64ee3 --- /dev/null +++ b/cache/solidity-files-cache.json @@ -0,0 +1 @@ +{"_format":"ethers-rs-sol-cache-3","paths":{"artifacts":"out","build_infos":"out/build-info","sources":"src","tests":"test","scripts":"script","libraries":["lib"]},"files":{}} \ No newline at end of file