coolcode / ERC404

ERC404 is an experimental, mixed ERC20 / ERC721 implementation with native liquidity and fractionalization. While these two standards are not designed to be mixed, this implementation strives to do so in as robust a manner as possible while minimizing tradeoffs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ERC404 Template

Github Actions

  • What it is: A Foundry template for rapidly initializing an ERC404 project.
  • ERC404: Developed by the Pandora team, ERC-404 is a new unofficial token standard that aims to bridge the divide between fungible tokens and NFTs.**
  • How it works: ERC-404 creatively mixes elements from the ERC-20 and ERC-721 standards, which are traditionally not designed to interact. Its ERC-721 approach deviates from the norm by relying on token mints and burns for fractional transfers.
  • Pandora: A collection of 10,000 Replicants enabled by ERC404, an experimental token standard.

Getting Started

Click "Use this template" on GitHub to create a new repository with this repo as the initial state.

Or, if your repo already exists, run:

forge build
forge test

Docs

This project uses Foundry. See the book for instructions on how to install and use Foundry.

References

About

ERC404 is an experimental, mixed ERC20 / ERC721 implementation with native liquidity and fractionalization. While these two standards are not designed to be mixed, this implementation strives to do so in as robust a manner as possible while minimizing tradeoffs.

License:MIT License


Languages

Language:Solidity 100.0%