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

https://github.com/cairoeth/nftinch

NFT Marketplace powered by the 1inch limit order protocol. 🐉
https://github.com/cairoeth/nftinch

Last synced: about 1 year ago
JSON representation

NFT Marketplace powered by the 1inch limit order protocol. 🐉

Awesome Lists containing this project

README

          




Markdownify


NFTinch


NFT Marketplace powered by the 1inch limit order protocol. BCN HACK (ETH Barcelona) Winner
https://youtu.be/GzVHq74AR-I


Key Features
How To Use
Credits
License

![screenshot](https://i.imgur.com/mM8wlXs.png)

## Key Features

* No fees
- Uses the native 1inch contracts solely, making the platform extremely gas efficient with no fees.

* Conditional orders
- Users can set specific conditions for execution of their orders to maximize flexibility.

* Statistics
- Marketplace displays order activity and top sellers/buyers.

* Discover
- Explore and discover NFTs listed in the limit order protocol.

* Zero gas
- By using the 1inch limit order API, users can create sell orders without paying gas.

* Multichain
- The marketplace can support EVM chains and L2 networks.

## How To Use

To clone and run this application, you'll need [Git](https://git-scm.com) installed on your computer. From your command line:

```bash
# Clone this repository
$ git clone https://github.com/cairoeth/nftinch.git

# Go into the repository
$ cd nftinch

# Install dependencies
$ pip install -r requirements.txt

# Run the app
$ python manage.py runserver
```

## Credits
- [Cairo](https://twitter.com/cairoeth) - buildooor

## Contributing

Please contact me before planning to contribute.

## Help

If you need help with anything, send me a twitter dm.. Error or bug --> issues tab :)

## License

This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/cairoeth/NFTinch/blob/main/LICENSE) file