Created
January 29, 2019 22:34
-
-
Save Jojoooo1/db173c5a2747333bae069725f6a4b0d7 to your computer and use it in GitHub Desktop.
index.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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