Skip to content

A DN404 Marketplace built on ERC404 token standard inspired by Pandora coin

Notifications You must be signed in to change notification settings

0xJonaseb11/DN404_marketplace.3.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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:

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