Sending Tokens
Learn how to send tokens on your EVM blockchain.
To make sure the the blockchain is up and running, let's make a simple token transfer to a random address 0x321f6B73b6dFdE5C73731C39Fd9C89c7788D5EBc
with foundry:
Now let's check if the transaction was successful:
You should see the balance of the address 0x321f6B73b6dFdE5C73731C39Fd9C89c7788D5EBc
as 1
.