Setup BRP Node
Install docker
Install direnv
sudo apt update
sudo apt install direnv
# bash users - add the following line to your ~/.bashrc
eval "$(direnv hook bash)"
source ~/.bashrc
# zsh users - add the following line to your ~/.zshrc
eval "$(direnv hook zsh)"
source ~/.zshrcInstall Ipfs
wget https://dist.ipfs.tech/go-ipfs/v0.18.0/go-ipfs_v0.18.0_linux-amd64.tar.gz
tar -xzvf go-ipfs_v0.18.0_linux-amd64.tar.gz
cd go-ipfs
bash install.sh
ipfs initMigrate IPFS Schema to v16
Last updated