Skip to content

Commit

Permalink
docs for installing fendermint
Browse files Browse the repository at this point in the history
  • Loading branch information
binocarlos committed Oct 11, 2023
1 parent a30fa3a commit 3564261
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docs/ipc.md
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
```

0 comments on commit 3564261

Please sign in to comment.