-
I run the following code:
```
import solanaWeb3 from '@solana/web3.js';
import serum from '@project-serum/serum';
const { Market } = serum;
let url;
url = 'https://api.mainnet-beta.solana.co…
-
Potentially merge this repo at some point with https://github.com/project-serum/serum-js, using `yarn` workspaces + `lerna`.
-
In the `README.md` it said to put in the public key of the market, I am wondering when should we put in exactly?
I have tried:
```
let marketAddress = new PublicKey('9o1FisE366msTQcEvXapyMorTLm…
-
I cannot cancel my orders using `cancel_order_by_client_id` . Below there's a quick PoC
```
payer = Account()
open_orders_account = market.find_open_orders_accounts_for_owner(owner_address=Public…
aqt01 updated
3 years ago
-
sol address:7ewn8oj7MWyhZE5qFux1npzUnuT4XCVvBvYiMHehYvBb
usdt address:8pkzuX9GjrgEFuX4JXQeV4hcSjwTba59yC92vSfbz45H
fida address:4BCnuuQXHXEMiUVYYA7mw2Jc5AyX5q1FcTRDmvnV9uDR
i submit an order http…
-
Tracking issue for https://docs.google.com/document/d/1lmMZRKkxMFOtGOEZOFEKYL7syqv-4QT87F0o55fc35Y/edit
-
i have tested the market.loadOrdersForOwner and i use the postonly order.it seems that the order need about more than 15s after the order place by placeorder function.is the sol a very fast way trade?…
-
Currently, the `serum-js` library still requires the developers to know the abstraction from `@solana/web3.js`, specifically `Account`, `Connection` and `PublicKey`.
However, it will be nicer if th…
-
In `serum-js` README the `payer` is the public key address that holds the SPL token (in the case of bid order placement it will hold quote token), however, in `crank` the `payer` means the wallet acco…
-
Hi There,
I tried to follow the installation guide on the front page but run into an error.
After doing
git clone https://github.com/koksal/tps.git
cd tps
./scripts/run
I got the follo…