https://github.com/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.
https://github.com/coolcode/erc404
Last synced: 9 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/coolcode/erc404
- Owner: coolcode
- License: mit
- Created: 2024-02-08T07:48:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-08T14:07:38.000Z (almost 2 years ago)
- Last Synced: 2025-04-11T04:06:12.330Z (9 months ago)
- Language: Solidity
- Size: 13.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
ERC404 Template

- **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](https://github.com/coolcode/ERC404) to create a new repository with this repo as the initial state.
Or, if your repo already exists, run:
```sh
forge build
forge test
```
## Docs
This project uses [Foundry](https://getfoundry.sh). See the [book](https://book.getfoundry.sh/getting-started/installation.html) for instructions on how to install and use Foundry.
## References
- https://www.bankless.com/erc-404-pandora
- https://github.com/0xacme/ERC404