Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sambacha/alloy-mev-relay
Alloy-RS MEV Relay Overwatch
https://github.com/sambacha/alloy-mev-relay
alloy-rs auction block-builder ethereum mev-relay middleware rust xga
Last synced: 22 days ago
JSON representation
Alloy-RS MEV Relay Overwatch
- Host: GitHub
- URL: https://github.com/sambacha/alloy-mev-relay
- Owner: sambacha
- Created: 2024-07-21T17:17:18.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-07-25T08:03:48.000Z (5 months ago)
- Last Synced: 2024-12-13T01:43:39.213Z (23 days ago)
- Topics: alloy-rs, auction, block-builder, ethereum, mev-relay, middleware, rust, xga
- Language: Rust
- Homepage:
- Size: 56.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `[alloy-mev-relay-watch]`
> [!NOTE]
> Work in Progress## Adapting this template
- Run `nix develop` to have a working shell ready before name change.
- Change `name` in Cargo.toml.
- Run `cargo generate-lockfile` in the nix shell
- There are two CI workflows, and one of them uses Nix which is slower (unless you configure a cache) than the other that is based on rustup. Pick one or the other depending on your trade-offs.## Development (Flakes)
This repo uses [Flakes](https://nixos.asia/en/flakes) from the get-go.
```bash
# Dev shell
nix develop# or run via cargo
nix develop -c cargo run# build
nix build
```We also provide a [`justfile`](https://just.systems/) for Makefile'esque commands to be run inside of the devShell.
## See Also
- [nixos.wiki: Packaging Rust projects with nix](https://wiki.nixos.org/wiki/Rust#Packaging_Rust_projects_with_nix)