Skip to content

Commit

Permalink
add Prerequisites
Browse files Browse the repository at this point in the history
  • Loading branch information
zsluedem committed Nov 27, 2022
1 parent e314234 commit cf78bda
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ tracing = "0.1"
tracing-subscriber = "0.3"

[build-dependencies]
anyhow = "1"
ethers = {version = "1.0.0", features = ["ethers-solc"]}
protobuf-src = "1.1.0"
prost-build = "0.11"
tonic-build = "0.8"
anyhow = "1"
ethers = {version = "1.0.0", features = ["ethers-solc"]}

[[bin]]
path = "bin/bundler.rs"
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

For more information: https://hackmd.io/@Vid201/aa-bundler-rust

## Prerequisites

1. [install solc](https://docs.soliditylang.org/en/v0.8.17/installing-solidity.html) >=0.8.12

## How to run?

Create wallet for bundler:
Expand Down
5 changes: 1 addition & 4 deletions build.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
use std::{
env,
path::{Path, PathBuf},
};
use std::{env, path::PathBuf};

use ethers::solc::{Project, ProjectPathsConfig};

Expand Down

0 comments on commit cf78bda

Please sign in to comment.