A simple Go program showcasing the full feature surface of cedra-go-kit, the Go SDK for the Cedra network.
| Step | Feature |
|---|---|
| 1 | Ledger info (chain ID, block height, epoch) |
| 2 | Gas price estimation |
| 3 | Ed25519 account generation |
| 4 | Faucet funding (testnet) |
| 5 | CEDRA balance query |
| 6 | Account info (sequence number, auth key) |
| 7 | Transaction simulation with gas estimate |
| 8 | Sign, submit, and wait for a transfer transaction |
| 9 | Post-transfer balance check |
| 10 | Multi-account balance comparison |
| 11 | Recent account transactions |
| 12 | Account resources listing |
| 13 | View function call (on-chain read) |
| 14 | Secp256k1 / SingleKey account generation |
| 15 | Transaction event inspection |
- Go 1.25+
- Internet access (connects to Cedra testnet)
go run main.goMIT - Celerfi 2026