mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-13 21:52:36 +03:00
feat: updated readme file
This commit is contained in:
21
README.md
21
README.md
@@ -1,12 +1,8 @@
|
|||||||
<!-- Insert logo -->
|
<!-- Insert logo -->
|
||||||
|
[//]: # ( <img src="./logo.svg" width="300" alt="Orion Protocol SDK logo"/>)
|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<img
|
<h1>Lumia Stream SDK</h1>
|
||||||
src="./logo.svg"
|
|
||||||
width="300"
|
|
||||||
alt="Orion Protocol SDK logo"
|
|
||||||
/>
|
|
||||||
<h1>Orion Protocol SDK</h1>
|
|
||||||
<p>Use CEX and DEX liquidity without KYC.</p>
|
<p>Use CEX and DEX liquidity without KYC.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -14,16 +10,15 @@
|
|||||||

|

|
||||||
[](https://www.npmjs.com/package/@orionprotocol/sdk)
|
[](https://www.npmjs.com/package/@orionprotocol/sdk)
|
||||||
|
|
||||||
Do you want to integrate the Orion protocol into your application? See [integration guide](./docs/INTEGRATION.md)
|
Do you want to integrate the Lumia Stream protocol into your application? See [integration guide](./docs/INTEGRATION.md)
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
Orion Software Developer Kit is a set of functions and methods that allow dApp developers connect to the superior aggregated liquidity of Orion Protocol which combines orderbooks of centralized exchanges as well decentralized automatic market makers such as Uniswap or Spookyswap across several supported blockchains.
|
Lumia Stream Developer Kit, natively built into Lumia, is a set of functions and methods that allow dApp developers to connect to the superior aggregated liquidity of Lumia Stream which combines orderbooks of centralized exchanges as well as decentralized Automatic Market Makers (AMMs) such as Uniswap, PancakeSwap, and Curve, across several supported blockchains. Through this connection, developers using the SDK can perform a wide range of actions, including swapping selected tokens, obtaining relevant market information through subscriptions, and more.
|
||||||
Through this connection, developers using the SDK can perform a wide range of actions, including swapping selected tokens using Orion’s aggregated liquidity, obtaining relevant market information through subscriptions, add and remove liquidity to Orion’s pools.
|
|
||||||
|
|
||||||
## API Key
|
## API Key
|
||||||
|
|
||||||
Orion’s SDK is free to use and does not require an API key or registration. Refer to integration examples for more detailed information.
|
Lumia Stream’s SDK is free to use and does not require an API key or registration. Refer to integration examples for more detailed information.
|
||||||
|
|
||||||
- [Overview](#overview)
|
- [Overview](#overview)
|
||||||
- [API Key](#api-key)
|
- [API Key](#api-key)
|
||||||
@@ -33,7 +28,7 @@ Orion’s SDK is free to use and does not require an API key or registration. Re
|
|||||||
- [High level methods](#high-level-methods)
|
- [High level methods](#high-level-methods)
|
||||||
- [Get assets](#get-assets)
|
- [Get assets](#get-assets)
|
||||||
- [Get pairs](#get-pairs)
|
- [Get pairs](#get-pairs)
|
||||||
- [Get Orion Bridge history](#get-orion-bridge-history)
|
- [Get Lumia Stream Bridge history](#get-lumia-stream-bridge-history)
|
||||||
- [Bridge swap](#bridge-swap)
|
- [Bridge swap](#bridge-swap)
|
||||||
- [Withdraw](#withdraw)
|
- [Withdraw](#withdraw)
|
||||||
- [Deposit](#deposit)
|
- [Deposit](#deposit)
|
||||||
@@ -145,7 +140,7 @@ const pairs = await orion.getPairs("spot"); // 'spot'
|
|||||||
// }
|
// }
|
||||||
```
|
```
|
||||||
|
|
||||||
### Get Orion Bridge history
|
### Get Lumia Stream Bridge history
|
||||||
|
|
||||||
```ts
|
```ts
|
||||||
const bridgeHistory = await orion.bridge.getHistory(
|
const bridgeHistory = await orion.bridge.getHistory(
|
||||||
@@ -722,7 +717,7 @@ switch (data.type) {
|
|||||||
```
|
```
|
||||||
## PMM
|
## PMM
|
||||||
|
|
||||||
PMM allows institutional traders to request RFQ orders from Orion and then fill them.
|
PMM allows institutional traders to request RFQ orders from Lumia Stream and then fill them.
|
||||||
|
|
||||||
RFQ order allows trader to fix the price for a certain time interval (up to 90 seconds, including the order settlement time interval on blockchain).
|
RFQ order allows trader to fix the price for a certain time interval (up to 90 seconds, including the order settlement time interval on blockchain).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user