Skip to content

Instantly share code, notes, and snippets.

@Jojoooo1
Created January 29, 2019 22:34
Show Gist options
  • Save Jojoooo1/db173c5a2747333bae069725f6a4b0d7 to your computer and use it in GitHub Desktop.
Save Jojoooo1/db173c5a2747333bae069725f6a4b0d7 to your computer and use it in GitHub Desktop.
index.js
// Testing mockup oblige to start new Chaincode in a separate file
import shim from 'fabric-shim';
import Chaincode from './chaincode';
shim.start(new Chaincode());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment