Please enable JavaScript.
Coggle requires JavaScript to display documents.
Webinar: Introduction to IBM Blockchain Platform IBM platform toolsets …
Webinar: Introduction to IBM Blockchain Platform
IBM platform toolsets
up 00:15
Kubernetes dashboard
running within docker container
on ibm cloud
note open shift is for other cloud services
which namespace
pods
see components
individual details
IP addresses
parameters
storages
log for debugging
Grafana
general purpose dashboard
graph composer
sysdig
monitoring
trouble shooting
Prometheus
monitoring & alerting toolkit
time service data
metrics endpoints
IBM blockchain console
creating all components on the network
top bar
tutorials
build
deploy
join
develop
side bar
nodes
managing
peers
add peer --> create new
set display name
input peer identity for enrollment
CA, peer enroll ID, secret
owing organzation
input TLS identity
for secure communication
administrator's identity
deploy options
CA
Ordering service
info
resource utilization
cpu, ram allocated
from which organization
running status
deployment location
whether is from ibm cloud or not
channels
smart contracts
organizations
identities
all users and components should have an idenitity
managed under CA mode
take note of used identity for avoiding reuse
registration two steps
CA admin
register the identity with enrolled ID and secret
pass them to the owner
the onwer create the node with the given info
certificates are generated for the owner to work with
certificate will be installed in the wallet
owner could move the certificate to different wallet, independent from ibm
and stay in local browser storage
notice when switching to a new browser
export the cookies if changing to a different browser
users
setting
wallets
VS code IBM blockchain platform extension
side bar
marketplace for extension
top bar
entering parameters for commands
panels
file editing
overview
output and debug terminal
bottom bar
notification
purpose
test smart contract locally
install it on ibm blockchain network
installation with ibm blockchain extension
also the required components
navigation
side bar
click ibm platfrom view
view panel
smart contract
wallet
fabric environment
gateways
ctr + P
ibm home
output panel
tutorial
developing a smart contract
side bar
top explorer view for editing
left two panel
filesystem folder view
smart contract code
implement contract interface
low
package jason describes smart contract
the basics for testing a smart contract
note it is in a package of smart contract
open package for a smart contract
testing
click bottom of second panel to start an embedded local fabric instance
install and instantiate your smart contract
use ibm platform view when deploying
connecting to gateways for locally or remotely
see available channels and smart contracts
right click the wallet to submit and evaluate the transaction without requiring a client application
wallet showing available identities and used for connecting to remote network
right click smart contract to export as .cds file
client application
create and test
good examples
FabCar
paper...
high level sequence of steps
build network
creating ordering service
peer
channel
first CAs
initial
ibm cloud account
VS code with ibm blockchain extension
join the network
repeat for each additional organization
deploy smart contracts
and test the transactions to make sure everything work