HelloStarknet
contract on Starknet Sepolia.
sncast
ourselves.
hello_starknet
directory created in Generating HelloStarknet
and run:
DEPLOY_ACCOUNT
transaction, which requires the account to contain enough STRK to pay for the transaction fee.HelloStarknet
on SepoliaHelloStarknet
on Sepolia as it has already been declared before (remember: declaration is a one-time process for each unique contract code). To verify that, you can try declaring it by navigating into the hello_starknet
directory created in Generating HelloStarknet
, running:
HelloStarknet
already declared, you can deploy an instance of it by running:
HelloStarknet
on SepoliaHelloStarknet
is deployed, you can invoke its increase_balance
function by running:
get_balance
function to confirm that your deployed contract’s storage — and by extension, the state of Starknet Sepolia — has indeed changed, by running: