nostr-gem/docs/index.md
2023-11-13 17:48:17 +07:00

1.4 KiB

layout, hero, features
layout hero features
home
name text tagline actions
Nostr Ruby The Nostr protocol implemented in a Ruby gem.
theme text link
brand Getting Started /getting-started/overview
theme text link
alt View on Github https://github.com/wilsonsilva/nostr
theme text link
alt View on RubyDoc https://www.rubydoc.info/gems/nostr
theme text link
alt View on RubyGems https://rubygems.org/gems/nostr
title details icon
Asynchronous Non-blocking I/O for maximum performance.
title details icon
Lightweight Minimal runtime dependencies. 🪶
title details icon
Intuitive The API mirrors the Nostr protocol specification domain language. 💡
title details icon
Fully documented All code is documented from both the maintainer's as well as the consumer's perspective. 📚
title details icon
Fully tested All code is tested with 100% coverage. 🧪
title details icon
Fully typed All code is typed with <a href="https://rubygems.org/gems/rbs" target="_blank">RBS</a> with the help of <a href="https://rubygems.org/gems/typeprof" target="_blank">TypeProf</a>. Type correctness is enforced by <a href="https://rubygems.org/gems/steep" target="_blank">Steep</a>.