0 comments (0 comments)1 reaction (1 reaction)0 assignees (0 assignees)TypeScript24 forks (24 forks)github user discovery
good first issue
Repository metrics
- Stars
- 1,075 stars (1,075 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
- Implement Sia v1 serialization codec.
- Sia v2 has since been released.
Contributor guide
- Research direction
- Study the Sia v1 specification linked in the issue, understand the binary encoding format, and implement a codec module within the json joy library. Follow existing codec patterns in the repository. After implementation, ensure tests pass.
- Tech stack
- typescript
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- TypeScript