mirror of
https://github.com/bumi/lnrpc
synced 2025-07-10 05:17:24 +00:00
34 lines
567 B
Markdown
34 lines
567 B
Markdown
# 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:
|
|
|
|
```ruby
|
|
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](https://opensource.org/licenses/MIT).
|