

Repeat Steps 1 – 4 to register one more user with a peer type identity. For the purpose of this tutorial, you do not need to use attributes. This is used for role-based access control over resources. The remaining attribute, Maximum enrollments, is optional. This identity works as an organization admin and allows you to operate nodes using the console. Provide an enroll ID and enroll secret (for example ID “org1admin” and secret “org1adminpw”). Click Associate identity.Ĭlick Register user, and then register an admin for your organization. You can change the identity display name or proceed with the default name provided. Provide the CA enroll ID and enroll secret (same as used in Step 4). It associates the CA admin identity with the CA node. You use the CA created in the previous step to register your users.Ĭlick on the CA that you created as shown here:Ĭlick Associate identity. You should repeat the same steps in accordance with your network structure.įollow the steps below to deploy your blockchain network using the IBM Blockchain Platform console.
#MAX MSP 5 TUTORIAL HOW TO#
Note that this tutorial shows you how to create 1 CA, 1 MSP, 1 peer node, and so on. 1 channel that includes 2 peer orgs and 1 orderer org.If the structure of your blockchain network is similar to that shown in the following diagram, then, as this structure illustrates, you need to create the following: Once you’ve chosen the components of your blockchain network (such as number of organizations, number of peers in each organization, orderer, and certificate authorities (CA)), you can start setting up the network on the cloud. StepsĪs a first step in designing any blockchain solution, you need to decide on the blockchain consortium (in other words, the blockchain network participants). If a Kubernetes cluster already exists, then it should take about 60 minutes to complete this tutorial. Node v8.x or v10.x and npm v6.x or greater if using Node.js chaincode.ĭeploying the Kubernetes cluster should take about 25 – 30 minutes, in addition to the time it takes to set up the IBM Blockchain Platform.

#MAX MSP 5 TUTORIAL CODE#
The platform uses the Hyperledger Fabric 1.4.x code base and deploys components into a IBM Cloud Kubernetes Service that’s managed and controlled by the user. The IBM Blockchain Platform is a blockchain-as-a-service offering that provides users with deployment flexibility, scalability, and control over network components.
