add example
This commit is contained in:
parent
2136e14e8c
commit
cb4b6793db
7
example/index.js
Executable file
7
example/index.js
Executable file
@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
var bitcoind = require('../')();
|
||||
|
||||
bitcoind.on('open', function(status) {
|
||||
console.log('bitcoind: ' + status);
|
||||
});
|
||||
Loading…
Reference in New Issue
Block a user