Eclipse raised a total of $65M HackVC, Polychain Capital among other Investors
sudo apt update
sudo apt upgrade -y
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
. "$HOME/.cargo/env"
rustc --version
sh -c "$(curl -sSfL https://release.solana.com/stable/install)"
export PATH="/root/.local/share/solana/install/active_release/bin:$PATH"
solana --version
Reply with y
and proceed
sudo apt-get update
sudo apt-get install nodejs
sudo apt-get install npm
npm install --global yarn
node -v
npm --version
yarn --version
cargo install --git https://github.com/project-serum/anchor anchor-cli --locked
anchor --version
solana-keygen new -o /path-to-wallet/my-wallet.json
solana config set --url https://testnet.dev2.eclipsenetwork.xyz/
solana config set --keypair /path-to-wallet/my-wallet.json
solana address
Import the same seedphrase to Metamask/Rabby Wallet --- for we are gonna send Ethereum Sepolia to it
MINE SEPOLIA GAS ---https://sepolia-faucet.pk910.de/ Request from Quicknode --- https://faucet.quicknode.com/ethereum/sepolia
git clone https://github.com/Eclipse-Laboratories-Inc/testnet-deposit
cd testnet-deposit
npm install
Update Node version
sudo apt-get remove nodejs
press `y``` and proceed
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
source ~/.bashrc
nvm install --lts
nvm use --lts
node -v
node deposit.js [Solana Address] 0x7C9e161ebe55000a3220F972058Fb83273653a6e [Amount in Gwei] [Fee in Gwei] [Ethereum Private Key] [Sepolia RPC Endpoint]
Sepolia RPC Endpoint
-- https://rpc.sepolia.org/
node deposit.js Cz2CCCtzqUAB97NAkVM6FzdF6d3EPx7pa4pN1JaWwrxz 0x7C9e161ebe55000a3220F972058Fb83273653a6e 3000000 3000000 0xeeeeeeeeeeeeeeeeeeprivatekey https://rpc.sepolia.org/
solana balance
spl-token create-token --enable-metadata -p TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb
spl-token create-account <YOUR_TOKEN_ADDRESS>
spl-token mint <YOUR_TOKEN_ADDRESS> 10000
spl-token accounts