Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

app setup instructions #1

Open
M7Mansour opened this issue Jun 15, 2022 · 1 comment
Open

app setup instructions #1

M7Mansour opened this issue Jun 15, 2022 · 1 comment

Comments

@M7Mansour
Copy link

Hello there, I wonder if you can share the app setup instructions with me, please?

@hangleang
Copy link
Owner

Hi @M7Mansour,

I'm glad that you asking. Actually I just follow the tutorials from IBM blockchain platform using Hyper ledger Fabric. Below are some steps of the setup:

  1. Setup and configure IBM blockchain platform with Kubernetes cluster: https://developer.ibm.com/series/ibm-blockchain-platform-console-video-series/
  2. Implement and deploy a smart contract using chain code: https://cloud.ibm.com/docs/blockchain?topic=blockchain-ibp-console-smart-contracts#ibp-console-smart-contracts-structure

NOTE: There are 2 different version of fabric chain code: 1.4 and 2.x, which come with different deployment process. See above link for detail.

Build your local network for better understanding: https://www.hyperledger.org/use/fabric
Ref: use this repo as reference: https://github.com/IBM/evote (this is Fabric v1.4).
NOTE: For my code, smart contract is working, but the frontend is not working yet. I'm happy if you can contribute.

Happy coding...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants