PrastianHD / Deploy-Fuel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deploying a Contract on Fuel Sepolia Testnet

⚠︎ Use CODESPACE

Preparation Wallet

Preparation Codespace

  • Create a new reposity | repo name = fuel
  • Create a new codespace
  • Select Reposity : yourgithub/fuel
  • others skip

Easy Setup

sudo apt-get update -y && sudo apt-get install git build-essential -y && git clone https://github.com/PrastianHD/Deploy-Fuel.git && cd Deploy-Fuel && chmod ug+x *.sh && ./setup.sh

⚠︎ Would you like fuelup-init to modify your PATH variable for you? (N/y) Type y

Go to counter-contract

cd fuel-project/counter-contract
export PATH="${HOME}/.fuelup/bin:${PATH}"

Import Wallet

forc wallet import

logo

⚠︎ How to Paste in Codespace is CTRL + SHIFT + V

⚠︎ Enter mnemonic, invisible just enter after paste

⚠︎ Enter Password

Create Account

forc wallet account new

logo

Check Adress

forc wallet accounts

Deploy Contract

forc deploy --testnet

logo

⚠︎ Make sure you have ETH Fuel Sepolia Testnet

⚠︎ Index = 0

⚠︎ Type y and ENTER

CONTRACT DEPLOYED

Check In Explorer

About


Languages

Language:Shell 100.0%