https://github.com/flashbots/mev-blocks
https://github.com/flashbots/mev-blocks
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flashbots/mev-blocks
- Owner: flashbots
- License: mit
- Created: 2021-02-18T00:50:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-26T18:19:43.000Z (almost 3 years ago)
- Last Synced: 2025-11-15T00:05:38.893Z (7 months ago)
- Language: JavaScript
- Size: 136 KB
- Stars: 16
- Watchers: 17
- Forks: 9
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mev-blocks
## Run locally
```
yarn install
yarn gen-docs
yarn run start
```
## Build docker container
```
docker build -t mev-blocks .
```
## Run docker container
```
docker rm -f mev-blocks; docker run -d --network=host -e 'POSTGRES_DSN=postgres://mev_blocks@localhost:5432/mev' --init --name mev-blocks --restart=always mev-blocks
```