An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

#

ERC404 Template

![Github Actions](https://github.com/coolcode/ERC404/workflows/CI/badge.svg)

- **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