Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Fibrous-Finance/limit-order-sdk

The Fibrous Limit Order feature is designed to offer users a decentralized trading experience familiar to them.
https://github.com/Fibrous-Finance/limit-order-sdk

defi fibrousfinance finance limit-order starknet

Last synced: 15 days ago
JSON representation

The Fibrous Limit Order feature is designed to offer users a decentralized trading experience familiar to them.

Awesome Lists containing this project

README

        





# Fibrous Finance Limit Order SDK (v0.1.3)

The Fibrous Finance Limit Order SDK is a JavaScript library that provides tools and functionalities for interacting with the Fibrous Finance Limit Order protocol. It allows developers to programmatically access and utilize various features of the protocol, such as retrieving orders, placing orders, canceling orders, and more.

## Table of Contents

- [Installation](#installation)
- [Usage](https://github.com/Fibrous-Finance/limit-order-sdk/blob/main/examples/readme.md)
- [getOrders](https://github.com/Fibrous-Finance/limit-order-sdk/blob/main/examples/src/getOrders.ts)
- [getNonce](https://github.com/Fibrous-Finance/limit-order-sdk/blob/main/examples/src/getNonce.ts)
- [getRemainingAmount](https://github.com/Fibrous-Finance/limit-order-sdk/blob/main/examples/src/getRemainingAmount.ts)
- [signMessage](https://github.com/Fibrous-Finance/limit-order-sdk/blob/main/examples/src/signMessage.ts)
- [placeOrder](https://github.com/Fibrous-Finance/limit-order-sdk/blob/main/examples/src/placeOrder.ts)
- [fillOrder](https://github.com/Fibrous-Finance/limit-order-sdk/blob/main/examples/src/fillOrder.ts)

## Installation

```bash
# NPM
npm install @fibrous/limit-order-sdk

# Yarn
yarn add @fibrous/limit-order-sdk

# PNPM
pnpm add @fibrous/limit-order-sdk
```

## Documentation

The complete documentation for the Fibrous Finance Limit Order SDK can be found [here](https://docs.fibrous.finance/fibrous-solutions/fibrous-limit-order).

## Contributing

Contributions to the Fibrous Finance Limit Order SDK are welcome! If you find any issues or have suggestions for improvement, feel free to open an issue or submit a pull request.

## License

This project is licensed under the MIT License.