From 35642611d231f1267d607c096e68995bb58ae53f Mon Sep 17 00:00:00 2001 From: Kai Davenport Date: Wed, 11 Oct 2023 13:12:56 +0100 Subject: [PATCH] docs for installing fendermint --- docs/ipc.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/ipc.md diff --git a/docs/ipc.md b/docs/ipc.md new file mode 100644 index 00000000..60143474 --- /dev/null +++ b/docs/ipc.md @@ -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 git@github.com:consensus-shipyard/fendermint.git +git clone git@github.com: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 +``` \ No newline at end of file