<< < 53 54 55 56 57 58 59 60 61 62 > >>   Sort: Date

Build the BYFN Network Manually
How to build the BYFN (Build Your First Network) manually? You build the BYFN network automatically with the "./byfn.sh up" script command. But if you want to learn how to build it manually, you need to complete the following steps: 1. Review and revise crypto-config.yaml configuration file, which c...
2020-10-26, 919🔥, 0💬

"docker run hello-world" Test on Ubuntu
How to run the "docker run hello-world" Test on Ubuntu? "hello-world" is simple Docker container application that displays the "Hello from Docker!". "hello-world" can be used to as test for you local Docker environment as shown below: fyicenter$ docker run hello-world Unable to find image 'hello-wor...
2019-04-30, 915🔥, 0💬

"docker image pull" - Pull Image
How to pull an image from the remote registry to the local repository with "docker image pull" command? If you know the name of a Docker image, you can pull it from the remote registry to your local repository using the "docker image pull", or "docker pull" command. 1. Run "docker image pull" comman...
2019-04-22, 915🔥, 0💬

BYFN CLI Container Missing Admin Certificates
How to fix the ".../org1.example.com/users/Ad min@org1.example.com/mspdoes not exist" when running the BYFN CLI "peer" command? When you build your BYFN network manually, you may end up missing admin user certificate on the CLI Docker container. 1. Check the certificate directory for the org1.exampl...
2020-10-10, 914🔥, 0💬

Download Blocks from Blockchain
How to download blocks from the blockchain on the peer? You can follow this tutorial to download blocks from the blockchain on the peer. 1. Connect to the peer container and setup membership variables: $ docker exec -it peer0.org1.example.com bash root@aedfd08717a5:/opt/gopath/ src/github.com/hyperle...
2020-03-25, 913🔥, 0💬

"fabric-ca-client certificate list" - List Certificates
How to List Certificates with the "fabric-ca-client certificate list" command? If you want get a list of certificates from the Fabric CA Server, you can run the "fabric-ca-client certificate list" command: $ export FABRIC_CA_CLIENT_HOME=~/fabric -ca/native-client/admin$ ~/go/bin/fabric-ca-client cer...
2019-09-27, 913🔥, 0💬

BYFN configtx.yaml Configuration File
What is the configtx.yaml Configuration File used in BYFN (Build Your First Network)? The configtx.yaml Configuration File provides settings on how the BYFN network should be created. Here is the default copy of crypto-config.yaml provided in BYFN: # Copyright IBM Corp. All Rights Reserved. --- ####...
2020-10-26, 912🔥, 0💬

Docker Components and Architecture
What are the components of Docker and how they related to each other? Docker consists of several main components: Docker Server (also called Docker Daemon, Docker Server, "dockerd") - The background process that manages Docker containers and handles container objects. The daemon listens for requests...
2019-05-28, 912🔥, 0💬

"docker image" - Manage Images
How to manage images with "docker image" commands? A Docker image is a binary file used to build containers. Images are used to store and ship applications. You can use "docker image" commands to manage Docker images. Here is a list of sub-commands supported by "docker image": fyicenter$ docker imag...
2019-04-05, 910🔥, 0💬

What Is NVIDIA CUDA Docker Image
What is NVIDIA CUDA Docker Image? NVIDIA CUDA docker image is the Docker image designed by NVIDIA to enable portability in Docker images that leverage NVIDIA GPUs. It allowed driver agnostic CUDA images and provided a Docker command line wrapper that mounted the user mode components of the driver an...
2023-03-07, 907🔥, 0💬

Install Docker Static Package on Windows 10
How to install Docker static package on Windows 10? If you have trouble installing Docker Desktop for Windows 10, you want to try the static command line version of Docker CE (Community Edition) as shown in this tutorial. 1. Go to https://download.docker.com/wi n/static/. 2. Click and open "Stable &...
2023-01-30, 907🔥, 0💬

Incompatible Chaincode on BYFN Peers
How to list installed and instantiated chaincodes on BYFN Peers? You can follow this tutorial to list and review installed and instantiated chaincodes on peer nodes of your BYFN network. 1. Connect to the BYFN CLI container and check the default peer: $ docker exec -it cli bash bash-4.4# echo $CORE_...
2020-09-15, 906🔥, 0💬

Download Business Network from Playground
How to download Business Network from Hyperledger Composer Playground? You can follow this tutorial to download a Business Network from Hyperledger Composer Playground and save it to your local computer. 1. Open Hyperledger Composer Playground and go to Basic Sample Business Network home page, as sh...
2020-12-15, 903🔥, 0💬

Create Network Business Card in Playground
How to Create new Network Business Cards in Playground? You can follow this tutorial to Create new Network Business Cards in Playground. 1. Enter the following address in your browser. You see the Playground home page. http://localhost:8080 2. Click "Create Business Network Card". You the "Create A ...
2020-12-02, 903🔥, 0💬

"docker container start" - Start Alpine Container
How to Start Alpine Container with the "docker container start" command? If you want to start the Alpine container with its default command, you can use the "docker container start" command. 1. Run "docker container start" command with console attached and interactively. You see no output messages o...
2019-02-12, 901🔥, 0💬

Start CLI Container for DigiBank Admin
How to Start CLI Container for the DigiBank Administrator? If you are the administrator from DigiBank and want to manage the PaperNet Hyperledger Fabric network, you can follow this tutorial. 1. Create a new terminal window and run the docker-compose command to start the CLI container: (digibank adm...
2019-11-21, 900🔥, 0💬

Introduction of Hyperledger Composer
Where to find tutorials on Introduction of Hyperledger Composer. Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Introduction of Hyperledger Composer. Hyperledger Composer Components Hyperledger Composer Runtime   ⇒ Hyperledger Composer Co...
2021-12-28, 899🔥, 0💬

Deploy cli Container Manually
How to Deploy cli as a Docker container manually? You can follow this tutorial to Deploy cli as a Docker container manually. 1. Verify the configuration of the cli container defined in the docker-compose.yml file: $ cd ~/hyperledger-binaries/fabric- samples/basic-network$ more docker-compose.yml ......
2020-03-15, 899🔥, 0💬

Install Demo Business Networks in Playground
How to install other Business Network demo in Hyperledger Composer Playground? Hyperledger Composer offers many other demo Business Networks. You can follow this tutorial to install any of them in Hyperledger Composer Playground. 1. Open Hyperledger Composer Playground. You see a list of Business Ne...
2020-12-15, 898🔥, 0💬

ERROR(NCX-001) - NCX identifier Not Match
How to fix the "ERROR(NCX-001) - NCX identifier ... does not match OPF identifier ..." error? When you validate a EPUB 2.0 package with EpubCheck, you may see the following error: C:\fyicenter&gt; java -jar epubcheck.jar Error-NCX-ID-Not-Match-2.0.epu bValidating using EPUB version 2.0.1 rules. ...
2022-11-04, 896🔥, 0💬

"gyp ERR! stack Error: EACCES: permission denied"
Why am I getting the "gyp ERR! stack Error: EACCES: permission denied" error when installing Hyplerledger Composer REST API Server? You may get the "gyp ERR! stack Error: EACCES: permission denied" error, when using older version of "npm" to install Hyplerledger Composer REST API server: $ sudo npm ...
2021-02-17, 896🔥, 0💬

"docker container create alpine" - Create Alpine Container
How to Create Alpine Container with the "docker container create alpine" command? With the Alpine Docker Image downloaded to the local repository, you can use the "docker container create alpine" command to create a new container from the Alpine image. 1. Run "docker container create" command to cre...
2018-12-25, 894🔥, 0💬

"mysql.connector" Module by mysql.com
How to use "mysql.connector" module produced by mysql.com? "mysql.connector" is the official Python module provided by mysql.com for MySQL database connection. You can follow this tutorial to try it. 1. Install "mysql-connector-python" package that contains the "mysql.connector" module. Do not use t...
2021-11-13, 892🔥, 0💬

Deploy peer0.org1.example.com Manually
How to Deploy peer0.org1.example.com as a Docker container manually? You can follow this tutorial to Deploy peer0.org1.example.com as a Docker container manually. 1. Verify the configuration of the peer0.org1.example.com container defined in the docker-compose.yml file: $ cd ~/hyperledger-binaries/f...
2020-03-25, 891🔥, 0💬

<< < 53 54 55 56 57 58 59 60 61 62 > >>   Sort: Date