https://github.com/compolabs/limit-orders
Limit Order Protocol Smart Contract
https://github.com/compolabs/limit-orders
defi fuel sway web3
Last synced: about 1 year ago
JSON representation
Limit Order Protocol Smart Contract
- Host: GitHub
- URL: https://github.com/compolabs/limit-orders
- Owner: compolabs
- Created: 2022-12-20T00:37:38.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T15:28:47.000Z (over 3 years ago)
- Last Synced: 2025-03-25T23:41:45.696Z (over 1 year ago)
- Topics: defi, fuel, sway, web3
- Language: Rust
- Homepage: https://discord.gg/PxqxqxugwW
- Size: 73.2 KB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Limit Order Protocol Smart Contract
## Version warning
The master branch contains the latest work-in-progress version of limit orders. It hasn't been audited and may contain severe security issues or may not work at all.
## About
This repository contains a smart contract for Fuel blockchain which allows users to place limit orders, that later could be filled on-chain. Limit order itself is a data structure created off-chain.