Send Your First Transaction
Fund Your Account
Section titled “Fund Your Account”Ensure you are connected to your local network:
soma env activeThis should show local. If not, switch to it:
soma env switch localRequest tokens from the faucet:
soma faucetVerify your balance:
soma balanceCreate a Second Address
Section titled “Create a Second Address”Create a new address to use as the recipient:
soma wallet new --alias recipientThis creates a new address but does not switch to it. You can verify both addresses exist:
soma wallet listSend Tokens
Section titled “Send Tokens”Send 1 SOMA to the recipient:
soma send --to recipient --amount 1The command returns a transaction digest confirming the transfer.
Verify the Transfer
Section titled “Verify the Transfer”Check the sender’s balance (your active address):
soma balanceCheck the recipient’s balance:
soma balance recipientThe recipient should now have the tokens you sent.
Next Steps
Section titled “Next Steps”- Model Development — commit and reveal model weights
- Data Submission — score data against targets and submit
- Python SDK Quickstart — interact with SOMA programmatically