Install dependencies
Open a terminal window and run the following commands to install the required software. ## Install base dependencies ## Install Docker ## Install Node/npm ## In
Open a terminal window and run the following commands to install the required software.
Install base dependencies
sudo apt update -y
sudo apt install -y tmux git curl unzip jq aria2 pvInstall Docker
sudo apt-get install docker-ce
sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
sudo usermod -aG docker $USER
newgrp docker && newgrp $USERInstall Node/npm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash
source ~/.bashrc
nvm install 18
node -vInstall Golang
wget https://go.dev/dl/go1.20.4.linux-amd64.tar.gz
sudo rm -rf /usr/local/go && sudo tar -C /usr/local -xzf go1.20.4.linux-amd64.tar.gz
rm -rf go1.20.4.linux-amd64.tar.gzConfirm the Golang installation with $ go version.
Edit on GitHub
Last updated on
Prerequisites
## Hardware - A Linux-based OS (e.g., Ubuntu Server 22.04 LTS). - At least 16GB RAM with a 4-core CPU. - An AMD64 architecture system. - Running a full prover i
Create wallets
## Set up wallet contracts Clone the wallet contracts from the and install the libraries. ## Create wallets 1. Create a file. 2. Copy/paste the JavaScript code