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

https://github.com/drift-labs/order-filler


https://github.com/drift-labs/order-filler

Last synced: 6 days ago
JSON representation

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
```