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. 🐉
- Host: GitHub
- URL: https://github.com/cairoeth/nftinch
- Owner: cairoeth
- License: mit
- Created: 2022-07-09T15:21:53.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-15T22:20:01.000Z (almost 4 years ago)
- Last Synced: 2025-02-09T10:13:35.285Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 6.17 MB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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

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