2023-11-13 17:48:17 +07:00

348 B

Installation

Install the gem and add to the application's Gemfile by executing:

bundle add nostr

If bundler is not being used to manage dependencies, install the gem by executing:

gem install nostr

Requiring the gem

All examples in this guide assume that the gem has been required:

require 'nostr'