Hyperledger Indy VonNetwork build - hyperledger

I was following the documentation from https://github.com/IBM-Blockchain-Identity/indy-ssivc-tutorial to set up the demo project.
But I am stuck with the below error while creating the VON network. Can some one please give any hint on what is wrong with the set up error details
Any help much appreciated.

I have installed Hyperledger Indy SSI VC Demo with VON Network, TheOrgBook and Permitify Modules. VON Network is starting up properly. I am using MacOs. Python version is 3.6.3. Can you please share more details about the machine environment.

Related

How can I install ProcessMaker 4 on Windows?

I'm new to ProcessMaker 4, I want to install it on Windows. I found a help about the installation on the web site of pm, but I want to get more help. I need a video tutorial about the installation in Win environment or a step by step help. Thank you!
Depends on what you are trying to accomplish.
If you are looking to install open Source version to test things out then refer to
Twenkid answer here.
However, If you are going for the enterprise edition, Your Operating system does not matter. Simply make contact with PM team and they will set up a cloud instance for you.
PM4 offers a smooth experience.
The installation instructions for the latest version are in github:
https://github.com/ProcessMaker/processmaker
The instructions are on Linux and the requirements include VirtualBox, it seems it's recommended on Windows to install it on a Linux virtual machine, e.g.CentOS or Amazon Linux, see the answer here:
Requesting ProcessMaker 4 Installation Documenation

Looking for Coral M.2 Accelerator + RHEL/Centos 8 Drivers on x86_64

I'm a little lost (and admit that I'm pretty green to all this). I am looking for the drivers for the M.2 drivers for RHEL/CentOS 8 on x86_64 architecture. Previously I was successful installing the drivers under Ubuntu following the Getting Started guide on the Coral website (https://coral.ai/docs/m2/get-started). But I need to run CentOS 8 for other reasons. So I know that the board works. I know it can be supported in Linux, but don't know how to convert the instructions for CentOS.
My M.2 board is connected to my server using a M.2 to PCIe adapter.
Thanks in advance!
ben
I also believe that you should be able to get this working.
Couple things that you'll need:
libedgetpu.so - You can download the latest runtime from here: https://github.com/google-coral/edgetpu/tree/master/libedgetpu/direct/k8
apex/gasket modules - This is a required kernel module for talking to the pcie module. This is going to be very tricky, first you'll need to make sure that you don't already have apex/gasket module already installed. If you do, blacklist it and load our modules. Now our modules cannot be installed with apt-get since you are in centos, so your only option is to download the code from source and compile it on your own: https://coral.googlesource.com/linux-imx/+/refs/heads/release-day/drivers/staging/gasket
Cheers

How to Get Hyperledger Indy Running on Ubuntu 16.04 or Windows or PlayWithDocker

Other than the example/demo from this video: https://www.youtube.com/watch?v=llwfb5Ut5sg&t=2823s => https://github.com/swcurran/education/tree/master/LFS171x/indy-material/nodejs
I can not seem to get Hyperledger Indy (SDK or Node) succefully up and running from any of the guides:
- https://indy.readthedocs.io/en/latest/ OR
-https://github.com/hyperledger/indy-sdk OR
-https://github.com/hyperledger/indy-node#about-indy-node OR -Any guide on Medium.com or a google search.
On either my Ubuntu 16.04 OS, my Windows OS or Play With Docker online.
A common error is that the "libindy dependancy is not found" - but https://github.com/hyperledger/indy-sdk#installing-the-sdk always fails as well.
Has anyone recently and successfully done so? Any tips to get started developing would also be greatly appreciated.
There is an easy way to get a local Indy network , please try
von-network

Blockchain : Hyper Ledger Fabric Installations in Windows 10

I have visited almost all the links available for the installation of Hyper Ledger in Windows 10.
I have installed:
Git
Docker
Ubuntu Bash
Npm
NodeJS
And almost all other things that were mentioned in those links. But at the end of those links, running and installing Hyper Ledger fabric. I get errors of not available binary samples.
Some links that lead me to something, but an error in the end.
Link1
Link2
Please, anyone, tell me a way of installing and running Hyper Ledger Fabric on Windows 10. I have to make a Mobile Application on Hyper Ledger Fabric.
It will be a blessing for me if someone also can tell me how and using what tool I can make Mobile Application using Hyper Ledger Fabric.
Be careful: Hypereldger Fabric is actually not supported for Windows. You must run it in Linux.
I know there are some guides online but follow the documentation.
While your Java/Python/Go/Node SDK can be run on Windows, the network must be on Linux.
That's not impossible to run it on Windows, but they do not assure you will be able to do this.
Maybe support for Windows will come in next versions.

Chaincode docker devmode cli error

I am using the tutorial Chaincode for Developers and I am getting an error while running "docker-compose-simple.yaml" file.
Does anyone know how to solve this issue?
Have you checked the instructions mentioned in Hyperledger Fabric Samples like
If you are using Docker for Mac, you will need to use a location under /Users, /Volumes, /private, or /tmp. To use a different location, please consult the Docker documentation for file sharing.
I had some problem when I was using different directory.
The error occurs because you are using the latest version of Fabric (I assume that because you are reading the latest fabric.docs).
Clone the 1.0.0-beta version, follow the instructions on 1.0.0-beta fabric docs and you'll be ok.

Resources