Skip to content

Latest commit

 

History

History
 
 

deployAccount

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

This example uses a pre-existing class on the Sepolia network to deploy a new account contract. To successfully run this example, you will need: 1) a Sepolia endpoint, and 2) some Sepolia ETH to fund the precomputed address.

Steps:

  1. Rename the ".env.template" file located at the root of the "examples" folder to ".env"
  2. Uncomment, and assign your Sepolia testnet endpoint to the RPC_PROVIDER_URL variable in the ".env" file
  3. Make sure you are in the "deployAccount" directory
  4. Execute go run main.go
  5. Fund the precomputed address using a starknet faucet, eg https://starknet-faucet.vercel.app/
  6. Press any key, then enter

At this point your account should be deployed on testnet, and you can use a block explorer like Voyager to view your transaction using the transaction hash.