Polymer IBC testnet
Minimum requirements CPU 2 RAM 2+ GB Storage 40 GB SSD
It is a very important project for me and I invite you to participate.
sudo apt update -y && sudo apt upgrade -y
sudo apt-get install git -y
sudo apt-get install -y ca-certificates curl gnupg
sudo mkdir -p /etc/apt/keyrings
# We enter in
sudo nano /etc/apt/sources.list.d/nodesource.list
> # deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_ jammy main
sudo apt update -y && sudo apt upgrade -y
sudo apt-get install -y nodejs# polymer installation
git clone https://github.com/sarox0987/polymerlab-ibc-app-solidity.git
cd polymerlab-ibc-app-solidity
# just and forge installation
curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to /usr/local/bin
curl -L https://foundry.paradigm.xyz | bash
source /root/.bashrc
foundryup
forge buildCreate a testnet metamask account for Polymer.
Alchemy account create and Create Optimism Sepolia and Base Sepolia App from the apps section.
# let's get inside
nano .env
PRIVATE_KEY_1= Metamask private key
OP_ALCHEMY_API_KEY= Optimism API Key
BASE_ALCHEMY_API_KEY= Base apı Key
It will be inside the quotes, I save and exit with CTRL X enter.
# chanel creation phase
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
source ~/.bashrc
nvm install 18
nvm use 18
npm install
just install
just do-itYou will get logs like below and it will say done.
If it fails, run
npx hardhat cleanandjust do-itagain.
Send the screenshot to the #proof channel on discord and get the dev role.


