Add NIP-01 compliant client code

This commit is contained in:
Wilson Silva
2023-01-12 17:13:45 +07:00
parent e344ebda82
commit 5b1786ddec
30 changed files with 2260 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
# frozen_string_literal: true
module Nostr
# The version of the gem
VERSION = '0.1.0'
end