Go to file
bumi 0044f918f1 Align version number with lnd version number 2019-02-12 03:51:50 +01:00
bin hello lnd world 2019-02-08 06:51:42 +01:00
lib Align version number with lnd version number 2019-02-12 03:51:50 +01:00
spec hello lnd world 2019-02-08 06:51:42 +01:00
.gitignore hello lnd world 2019-02-08 06:51:42 +01:00
.rspec hello lnd world 2019-02-08 06:51:42 +01:00
Gemfile hello lnd world 2019-02-08 06:51:42 +01:00
Gemfile.lock hello lnd world 2019-02-08 06:51:42 +01:00
LICENSE.txt hello lnd world 2019-02-08 06:51:42 +01:00
README.md readme 2019-02-08 06:53:44 +01:00
Rakefile hello lnd world 2019-02-08 06:51:42 +01:00
lnrpc.gemspec hello lnd world 2019-02-08 06:51:42 +01:00

README.md

Lnrpc

gRPC service definitions for lnd packed as ruby gem.

currently highly experimental and subject to change.

Installation

Add this line to your application's Gemfile:

gem 'lnrpc'

And then execute:

$ bundle

Or install it yourself as:

$ gem install lnrpc

Usage

TODO: Write usage instructions here

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/bumi/lnrpc.

License

The gem is available as open source under the terms of the MIT License.