You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deploy Token Contract on Eclipse Mainnet or Eclipse Testnet
Prerequisite
You can run this script on Codespace [Tested on this] , Gitpod, VPS or any Linux system
One Need to have $ETH on eclipse mainnet
You can bridge from official bridge to get ETH on Eclipse mainnet
If you want to get testnet $ETH on Eclipse for deploying token contract on Eclipse Testnet, then use this bridge for getting Eclipse ETH from Sepolia Testnet
Enter your token name, token symbol, Description and then upload a pic for your token
You will get an url, copy and save it
Also during script execution, it will ask token name and token symbol, use the same symbol and name u used in the above website
Important Info
If you chose to create new wallet , it will ask you enter to Passphrase. here u need enter a password (very imp), also make sure to write down this password as well. It will show your wallet mnemonic phrase, public key write it down, at last after contract deployment, use this command
cat $HOME/solana_keypairs/eclipse-new.json
You will get an output like this [127, 125, 28, ...., 56, 68, 89], copy the whole output including 3rd bracket and then open Backpack Extension, Click on import wallet, then choose Eclipse and then paste whole output including 3rd brackets, it will imported your wallet which u used for contract deploy
Now go to settings and then Export private of this wallet using Back pack wallet, And it write it down somwhere, Done ✅
If you chose to import existing wallet, during importing using ur seed phrase, It will ask whether u have any passphrase, you should press Enter button, then it will show a wallet , you may not familar with this, don't worry, it is fine, actually we can create many wallet address from single seed phrase, so after contracct deployment use this command
cat $HOME/solana_keypairs/eclipse-import.json
You will get an output like this [127, 125, 28, ...., 56, 68, 89], copy the whole output including 3rd bracket and then open Backpack Extension, Click on import wallet, then choose Eclipse and then paste whole output including 3rd brackets, it will imported your wallet which u used for contract deploy
Now go to settings and then Export private of this wallet using Back pack wallet, And it write it down somwhere, Done ✅