Great

Results 9 issues of Great

GTK Xfce Dark ![Screenshot_2021-05-01_20-31-26](https://user-images.githubusercontent.com/52964724/116794317-18b8ac80-aac4-11eb-99a7-b30fb39bb59b.png) GTK Xfce light ![Screenshot_2021-05-01_20-36-56](https://user-images.githubusercontent.com/52964724/116794450-ee1b2380-aac4-11eb-8795-cc599d0cf8fd.png)

help-wanted

Covered in this commits: CA's, Orderers, Peers, Channels, Chaincodes, SImple network tests

Updated the vagrantfile to follow the new method Vagrant uses to download boxes. Avoiding this error below: ``` An error occurred while downloading the remote file. The error message, if...

Testing out the binary version of reka Ran on the terminal : ``` reka web ``` Output: ``` panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV:...

Write tests for each tool

The idea of this issue is to simplify the fablo init generator in ``src/init/index.ts``, the content of [fablo-config-hlf2-1org-1chaincode.json](https://github.com/hyperledger-labs/fablo/blob/main/samples/fablo-config-hlf2-1org-1chaincode.json) should be hardcoded in [src/init/index.ts](https://github.com/hyperledger-labs/fablo/blob/main/src/init/index.ts) and we no longer need to copy...

good first issue
intern-2025

The innerRef prop is deprecated in styled-components v5+ and react-router v6+. This causes ui to crash a bit after login Closes #5311 **What changed?** - Refactored Link component to use...

**Describe the bug** After logging in, the UI crashes with the following React error: This occurs because the codebase uses the deprecated `innerRef` prop (from older styled-components/react-router patterns) in the...

bug