add lamassu-coins script

This commit is contained in:
Josh Harvey 2017-07-07 12:57:02 +03:00
parent 44ea450ec5
commit ab58908de0
5 changed files with 254 additions and 34 deletions

5
bin/lamassu-coins Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env node
const install = require('../lib/blockchain/install')
install.run()