You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1inch recently launched a new [Fusion mode](https://1inch.io/fusion/). Users need to create an order to make the trade. Order can be stored through p2p network and executed based on 1inch Limit Order protocol. Solution must allow store and return data about user orders via REST API with the same specification as described at 1inch docs [here](https://docs.1inch.io/docs/limit-order-protocol/api). Solution must be MIT license based. Any party must have an opportunity to run solution inside docker container. The sync mechanism must be also implemented, you can use any third party open source libraries like libp2p https://libp2p.io.
Acceptance Criteria 🏁
Simplicity to run
Performance of API (latency + RPS using through localhost) and speed of the sync between nodes (amount of orders per hour)
Quality of code base (using basic patterns, modern languages, good project observability) and tests coverage (Unit + Integration tests)
Implementation of data structures and API methods as described at [docs](https://docs.1inch.io/docs/limit-order-protocol/api)
Nice to haves:
Documentation (how to use, how to contribute)
Multiple options for storage (built in storage like SQLite or something like PostgreSQL)
Reward Pool 💸
USDC 5000
The text was updated successfully, but these errors were encountered:
Description 📃
1inch recently launched a new [Fusion mode](https://1inch.io/fusion/). Users need to create an order to make the trade. Order can be stored through p2p network and executed based on 1inch Limit Order protocol. Solution must allow store and return data about user orders via REST API with the same specification as described at 1inch docs [here](https://docs.1inch.io/docs/limit-order-protocol/api). Solution must be MIT license based. Any party must have an opportunity to run solution inside docker container. The sync mechanism must be also implemented, you can use any third party open source libraries like libp2p https://libp2p.io.
Acceptance Criteria 🏁
Simplicity to run
Performance of API (latency + RPS using through localhost) and speed of the sync between nodes (amount of orders per hour)
Quality of code base (using basic patterns, modern languages, good project observability) and tests coverage (Unit + Integration tests)
Implementation of data structures and API methods as described at [docs](https://docs.1inch.io/docs/limit-order-protocol/api)
Nice to haves:
Documentation (how to use, how to contribute)
Multiple options for storage (built in storage like SQLite or something like PostgreSQL)
Reward Pool 💸
USDC 5000
The text was updated successfully, but these errors were encountered: