Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 423 Bytes

File metadata and controls

23 lines (14 loc) · 423 Bytes

Sei Chain

Code Style

Go Formatting

All Go files must be gofmt compliant. After modifying any .go files, run:

gofmt -s -w <file>

Or verify compliance with:

gofmt -s -l .

This command should produce no output if all files are properly formatted.

Benchmarking

See benchmark/CLAUDE.md for benchmark usage, environment variables, and comparison workflows.