1
0
mirror of https://github.com/bumi/lnrpc synced 2026-02-13 23:17:49 +00:00

hello lnd world

This commit is contained in:
2019-02-08 06:51:42 +01:00
commit 669a0dff80
18 changed files with 3248 additions and 0 deletions

14
bin/console Executable file
View File

@@ -0,0 +1,14 @@
#!/usr/bin/env ruby
require "bundler/setup"
require "lnrpc"
# You can add fixtures and/or initialization code here to make experimenting
# with your gem easier. You can also use a different console, if you like.
# (If you use this, don't forget to add pry to your Gemfile!)
# require "pry"
# Pry.start
require "irb"
IRB.start(__FILE__)

8
bin/setup Executable file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env bash
set -euo pipefail
IFS=$'\n\t'
set -vx
bundle install
# Do any other automated setup that you need to do here