https://github.com/0xjonaseb11/dn404_marketplace.3.0
A DN404 Marketplace built on ERC404 token standard inspired by Pandora coin
https://github.com/0xjonaseb11/dn404_marketplace.3.0
auditing dn404 erc404 ethereum marketplaces nfts security smartcontracts solidity tokens
Last synced: 3 months ago
JSON representation
A DN404 Marketplace built on ERC404 token standard inspired by Pandora coin
- Host: GitHub
- URL: https://github.com/0xjonaseb11/dn404_marketplace.3.0
- Owner: 0xJonaseb11
- Created: 2024-05-20T09:37:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-04T20:07:36.000Z (about 1 year ago)
- Last Synced: 2025-01-20T14:58:37.629Z (5 months ago)
- Topics: auditing, dn404, erc404, ethereum, marketplaces, nfts, security, smartcontracts, solidity, tokens
- Language: Solidity
- Homepage:
- Size: 1.2 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
This project demonstrates a basic Hardhat use case to implement the full business logic of an ERC404 token standard.
Try running some of the following tasks:
```shell
npm install --force
npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.js
```-----------------------
@0xJonaseb11