Examples Overview
Welcome to the Starknet.go examples section. Here you'll find practical examples demonstrating how to use various features of Starknet.go.
Available Examples
- Deploy Account - Learn how to deploy a new account
- Deploy Contract - Deploy a smart contract to Starknet
- Internal Transactions - Work with internal transactions
- Invoke Contract - Call contract functions
- Read Events - Read and process contract events
- Simple Call - Make simple contract calls
- Declare - Declare new contracts
- Typed Data - Work with typed data
- WebSocket - Use WebSocket connections
Each example includes:
- Step-by-step instructions
- Code snippets
- Best practices
- Common pitfalls to avoid