Go to file
Maximilian Schneider 0a3b9b2523 stop recording wrapped v3 markets 2021-05-21 12:14:46 +03:00
src stop recording wrapped v3 markets 2021-05-21 12:14:46 +03:00
.gitignore Trade Collector for serum 2021-02-15 13:42:34 +01:00
LICENSE.txt publish with README & LICENSE 2021-04-07 00:23:26 +02:00
README.md add documentation for env variables to README 2021-05-04 16:22:29 +03:00
jasmine.json Trade Collector for serum 2021-02-15 13:42:34 +01:00
package.json implement tradingview endpoints 2021-04-07 00:10:20 +02:00
tsconfig.json implement tradingview endpoints 2021-04-07 00:10:20 +02:00
yarn.lock implement tradingview endpoints 2021-04-07 00:10:20 +02:00

README.md

Serum History

Collects and aggregates trades from serum dex for display in a tradingview chart. This is powering the charts on mango.markets. Feel free to improve and extend for the benefit for the larger solana ecosystem.

Configuration

  • Markets: should be added to the dictionaries in src/index.ts marketsV3 - for wrapped token denominated markets (deprecated) nativeMarketsV3 - for native token denominated markets

  • All other configuration should be handled via environment variables. So far the following variables exist:

REDISCLOUD_URL: redis connection url
REDIS_MAX_CONN: maximum number of concurrent connections used by the redis pool
RPC_ENDPOINT_URL: solana rpc connection url

Questions / Suggestions?

👋 Reach us on our discord