-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a30fa3a
commit 3564261
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
## IPC geth replacement | ||
|
||
requirements: | ||
|
||
```bash | ||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh | ||
``` | ||
|
||
restart terminal | ||
|
||
```bash | ||
curl -L https://foundry.paradigm.xyz | bash | ||
``` | ||
|
||
restart terminal | ||
|
||
```bash | ||
git clone [email protected]:consensus-shipyard/fendermint.git | ||
git clone [email protected]:consensus-shipyard/ipc-solidity-actors.git | ||
cd fendermint | ||
export CARGO_NET_GIT_FETCH_WITH_CLI=true | ||
sudo apt-get install protobuf-compiler clang | ||
foundryup | ||
make build docker-build | ||
``` |