This repository has been archived by the owner on Dec 22, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 156
How do I start this project using byfn network? #39
Comments
@lotty02cho , when you are setting network using byfn - plz check if anything needs to be changed in config, before building maven project. It might help. |
when I tested default nework based on README.md, it works well.
and now I wanna make maven install.
and finally I start to instantiate chaincode by using
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I try to run this project using byfn network( which version is 1.4.3) so I start
./byfn.sh -m up
, and copy artifacts like crypto-config, channel-artifacts. and I runjava -cp blockchain-client.jar org.example.network.DeployInstantiateChaincode
(I skip createChannel, because It already make 'mychannel'.) but this error comes out.does anyone say about how I start this project using byfn network?
The text was updated successfully, but these errors were encountered: