This is an example repo of how to use the Jito http endpoint with nodejs.
https://jito-labs.gitbook.io/mev/searcher-resources/json-rpc-api-reference
To run, rename the .env.example
file to .env
and fill in your private key.
Then run the following commands:
npm install
npm run start