hyperledger-labs / fablo

Fablo is a simple tool to generate the Hyperledger Fabric blockchain network and run it on Docker. It supports RAFT and solo consensus protocols, multiple organizations and channels, chaincode installation and upgrade.
Apache License 2.0
186 stars 72 forks source link

Emit an error where Fabric version older than 2.0 is used #454

Open dzikowski opened 2 weeks ago

dzikowski commented 2 weeks ago

see src/validate/index.ts

Akash-Singh04 commented 1 week ago

Hey is this issue still open? Would love to work on it

dzikowski commented 1 week ago

Sorry @Akash-Singh04 this issue is still open, but it is marked with intern-2024 label which means it's exclusive for the Hyperledger Foundation internship program. And the work on that issue has already started.

Akash-Singh04 commented 1 week ago

No worries @dzikowski , Do you have any good first issues for me that i can work on?

dzikowski commented 1 week ago

I see you are currently learning GoLang, what about this one? https://github.com/hyperledger-labs/fablo/issues/99

Or something smaller: https://github.com/hyperledger-labs/fablo/issues/447

Or one of those (a bit more advanced): https://github.com/hyperledger-labs/fablo/issues/346 https://github.com/hyperledger-labs/fablo/issues/415

Also we are going to release in a week or two, so you have an opportunity to make something that will be included in a release 🙂