Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jito-foundation/jito-programs
https://github.com/jito-foundation/jito-programs
mev solana solana-program
Last synced: about 23 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/jito-foundation/jito-programs
- Owner: jito-foundation
- Created: 2021-09-10T16:02:28.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-11T18:38:00.000Z (3 days ago)
- Last Synced: 2025-02-11T18:44:32.897Z (3 days ago)
- Topics: mev, solana, solana-program
- Language: Rust
- Size: 1.11 MB
- Stars: 62
- Watchers: 4
- Forks: 17
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Jito Programs
This repository is home to Jito's on-chain programs that enable MEV collection and MEV sharing with SOL stakers; additionally
we may host useful on-chain program reference implementations here.## Gitflow
This repository is declared as a submodule in the `jito-solana` client. In order for that to work the `Solana`
crates declared in this repo must point to the `jito-solana` declaring this as a submodule. The `Anchor` dependencies
must also point to the local path where `anchor` resides as a submodule within `jito-solana`. This is due to dependency
version issues. With that said, `jito-solana` declares a dependency on the `submodule` branch found in this repository.
This gitflow for this repo is as follows:
- Create a PR against `master`
- Merge PR
- `git cherry-pick` your new commits into `submodule`
- push `submodule`
-