Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ See `git help commit`:
2. **Test your changes**: Ensure that your changes work as expected and don't introduce any new issues. Depending on the scope of your changes you may rely on our CI pipelines or run the following tests:
- **Unit tests**: Execute unit tests using the provided scripts. Use: `npm run test:unit`.
- **End-to-End (E2E) tests**: Execute E2E tests using the provided scripts. Use: `npm run test:e2e`.
- **Ent-to-End network tests**: Execute relevant shell scripts from `e2e-network` directory with E2E network tests.
- **End-to-End network tests**: Execute relevant shell scripts from `e2e-network` directory with E2E network tests.
3. **Update snapshots**: If you've made changes that affect snapshots (esp. any template changes), update them using `npm run test:e2e-update`.

## Running Fablo locally
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -737,4 +737,4 @@ In December 2021, Fablo joined [Hyperledger Labs](https://labs.hyperledger.org/)
* [Lightning Talk: Fablo - Maintainer Days 2026](https://www.youtube.com/watch?v=-0ku-u0XfFI) - [@umegbewe](https://github.com/umegbewe) (January 2026)
* [Simplifying Fabric Dev: New Features in Fablo](https://www.youtube.com/watch?v=5yn3_g6Cybw) by [@dzikowski](https://github.com/dzikowski), [@dpereowei](https://github.com/dpereowei), and [@OsamaRab3](https://github.com/OsamaRab3) (November 2025)
* [An Introduction to FABLO: a tool to generate a Hyperledger Fabric blockchain network](https://www.youtube.com/live/WNyxB463mQI) by [@Hejwo](https://github.com/Hejwo) (September 2021)
* [Kick-off your Hyperledger Fabric network](https://www.youtube.com/watch?v=JqPNozCtHkQ) by [@Hejwo](https://github.com/Hejwo) (Feburary 2021; Fablo was called "Fabrica" at that time)
* [Kick-off your Hyperledger Fabric network](https://www.youtube.com/watch?v=JqPNozCtHkQ) by [@Hejwo](https://github.com/Hejwo) (February 2021; Fablo was called "Fabrica" at that time)
Loading