Eclipse Testnet Bridge Quest

This marks a significant step towards bringing the Solana Virtual Machine (SVM) to Ethereum L2.

Install Nodejs

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash

source ~/.bashrc

nvm install node

Install npm

apt install npm

npm install -g yarn

Clone Github


git clone https://github.com/Eclipse-Laboratories-Inc/testnet-deposit

cd testnet-deposit

yarn install

Bridge Via CLI

node deposit.js [Solanaaddress] 0x7C9e161ebe55000a3220F972058Fb83273653a6e 1500 100 [privatekeyeth] https://rpc.sepolia.org

Replace :

[Solanaaddress] : Your solana address

[Privatekeyeth] : Your Private Key

Last updated