Services Dexanode
  • Mapping Networks
    • Mapping Networks
  • Mainnet
    • Planq Network
      • Installation
      • Upgrade
      • Snapshot
      • Statesync
      • CLI Cheat Sheet
    • Lambda Network
      • Installation
    • Ununifi
      • Installation
      • Manual Installation
    • Lambda Network
  • Testnet
    • CreditCoin (Polkadot)
    • BEVM Incentiviced Testnet Full Node
      • Binaries
      • Docker
    • Dymension Froopyland
      • Create Pull Request
      • Deploy NFT & Smart Contract
    • Noria
      • Installation
      • Manual Installation
      • Upgrade
      • Snapshot
      • Statesync
      • CLI Cheat Sheet
    • Artela
      • Installation
      • Manual Installation
      • Upgrade
      • Snapshot
      • Statesync
      • CLI Cheat Sheet
    • Empower
      • Installation
      • Manual Installation
      • Upgrade
      • Snapshot
      • Statesync
      • CLI Cheat Sheet
    • Cross Finance
      • Installation
      • Upgrade
      • Snapshot
      • Statesync
      • Tool and Services
    • Eclipse Testnet
      • Eclipse Testnet Bridge Quest
    • Polymer
      • Polymer With Docker
      • Polymer Challenge 4
      • Polymer Challenge 4 Gitpod
    • Risc Zero Contributed Phase 1
  • Page 2
  • Tooling Service
    • Create Custom Endpoint Cosmos
    • Create custom endpoint Initia Node
    • Create Snapshoot
  • Page
Powered by GitBook
On this page
  1. Testnet

Eclipse Testnet

PreviousTool and ServicesNextEclipse Testnet Bridge Quest

Last updated 1 year ago

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

Docs Official :

Twitter :

Discord :

Install Tools

sudo apt install npm
npm install -g yarn 
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
source ~/.bashrc
nvm install node

Install Cargo

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
rustc --version
cargo --version

Install Solana CLI

sh -c "$(curl -sSfL https://release.solana.com/stable/install)"
solana-keygen new
solana config set --url https://testnet.dev2.eclipsenetwork.xyz
solana airdrop 10

Next, we'll clone the Solana Hello World repository and install the dependencies

git clone https://github.com/solana-labs/example-helloworld
cd example-helloworld
npm install

Build Smart Contract

npm run build:program-rust

Deploy Smart Contract

solana program deploy dist/program/helloworld.so
npm run start

Import address to

Fund eth sepolia tou your address and Get Faucet

Save Program ID and

Check on paste Program ID and scroll down on transaction history

Example Deploy Success :

Salmon Wallet
Eclipse
Fill Form
https://explorer.dev.eclipsenetwork.xyz/
https://explorer.dev.eclipsenetwork.xyz/tx/5kA5XinBduPkm1Po8uKqA5zxPqVPPF7HVQHETNqcMWWvRxwzMXpRGjP8WdZkjGM5SQdWrx8bTYKTagcFRrQockcQ?cluster=testnet
https://docs.eclipse.builders/building-on-eclipse/getting-started
https://twitter.com/EclipseFND