https://github.com/drift-labs/order-filler
https://github.com/drift-labs/order-filler
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/drift-labs/order-filler
- Owner: drift-labs
- License: apache-2.0
- Created: 2022-01-26T23:20:47.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-10T21:54:01.000Z (about 3 years ago)
- Last Synced: 2025-04-03T12:52:09.465Z (about 2 months ago)
- Language: TypeScript
- Size: 223 KB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Set up .env
```shell
cp .env.example .env
```Update values in `.env` accordingly
Make sure the private key you choose for FILLER_PRIVATE_KEY as a user account initialized with drift clearing house
### Build Node Server
```shell
yarn
tsc
```### Initialize User
```shell
yarn
node lib/initializeUser.js
```### Run Node Serve
```shell
node lib/index.js
```