Skip to content

karacann/Polymer-IBC-Setup

Repository files navigation

image

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.

Polymer Discord

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 build

Wallet and API key preparation

Create a testnet metamask account for Polymer.

from here optimism - from here base faucet alın.

Alchemy account create and Create Optimism Sepolia and Base Sepolia App from the apps section.

<image

# 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-it

You will get logs like below and it will say done.

image

If it fails, run npx hardhat clean and just do-it again.

Send the screenshot to the #proof channel on discord and get the dev role.

About

Polymer IBC Setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published