Skip to content

Instantly share code, notes, and snippets.

@alexander-morris
Created December 17, 2018 17:39
Show Gist options
  • Save alexander-morris/c779a2135ac14d1038663d22480545a9 to your computer and use it in GitHub Desktop.
Save alexander-morris/c779a2135ac14d1038663d22480545a9 to your computer and use it in GitHub Desktop.
var channel = fabric_client.newChannel('mychannel');
var peer = fabric_client.newPeer('grpc://localhost:7051');
channel.addPeer(peer);
var order = fabric_client.newOrderer('grpc://localhost:7050')
channel.addOrderer(order);
var member_user = null;
var store_path = path.join(__dirname, 'hfc-key-store');
console.log('Store path:'+store_path);
var tx_id = null;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment