feat(core): implement core MEV bot functionality with market scanning and Uniswap V3 pricing
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
@@ -8,6 +8,9 @@ echo "Building MEV bot..."
|
||||
mkdir -p bin
|
||||
|
||||
# Build the application
|
||||
|
||||
goimports -w .
|
||||
go mod tidy && go mod vendor
|
||||
go build -o bin/mev-bot cmd/mev-bot/main.go
|
||||
|
||||
if [ $? -eq 0 ]; then
|
||||
|
||||
Reference in New Issue
Block a user