This will be a 10 Episodes series. Its is targeted at developers writing Golang who want to see how to do common blockchain development task in go. Each episodes builds upon each other.
Examples of Celo development in Golang:
- Setting up a Client
- Account Balance
- Token Balances
- Generating New Wallet
- Generating Keystore
- Query Blocks
- Querying Transactions
- Subscribe to New Blocks
- Create Raw Transaction
- Smart Contract Compilation & ABI
- Deploying a smart contract
- Writing to a Smart Contract
- Reading Smart Contract Bytecode
- Subscribing to Event Logs
- Reading Event Logs
- Generating and Verify Signature