Cover photo

Sending IBC packet over Polymer channels.

Install Nodejs:

NODE_MAJOR=18

sudo apt-get update

sudo apt-get install -y ca-certificates curl gnupg

sudo mkdir -p /etc/apt/keyrings

curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg

echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_${NODE_MAJOR}.x nodistro main" | sudo tee /etc/apt/sources.list.d/nodesource.list

sudo apt-get update

sudo apt-get install -y nodejs 

Install Git:

sudo apt-get install git

Install Foundry:

curl -L https://foundry.paradigm.xyz | bash

Obtain Faucet:

Create a new wallet and obtain faucet for it on Base Sepolia and Optimism Sepolia.

Clone Repository:

git clone https://github.com/sarox0987/polymerlab-ibc-app-solidity.git

cd polymerlab-ibc-app-solidity

Install Just:

Set Private_Key_1 in .env file:

nano .env
post image

Run the following commands:

just install

just do-it

Wait for the script to run completely then take a screenshot from the logs and send it to the technical-question channel wait for Polyverse-Devs role.

post image