1
0
mirror of https://github.com/bumi/lnrpc synced 2026-01-21 13:50:49 +00:00
lnrpc/README.md

34 lines
567 B
Markdown
Raw Normal View History

2019-02-08 06:51:42 +01:00
# Lnrpc
2019-02-08 06:53:44 +01:00
gRPC service definitions for lnd packed as ruby gem.
2019-02-08 06:51:42 +01:00
2019-02-08 06:53:44 +01:00
currently highly experimental and subject to change.
2019-02-08 06:51:42 +01:00
## 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
2019-02-08 06:53:44 +01:00
Bug reports and pull requests are welcome on GitHub at https://github.com/bumi/lnrpc.
2019-02-08 06:51:42 +01:00
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).