Donaldson7 / kaleido-js

Various samples to demonstrate interacting with the Kaleido platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kaleido-samples

Various samples to demonstrate interacting with the Kaleido platform

deploy-transact

A simple node.js command line program that demonstrates standard interactions with a Kaleido node ingress:

  • deploy a smart contract
  • submit a transaction to the smart contract
  • query the smart contract for current value
  • submit an externally signed transaction using the web3 wallet module
  • deploy private smart contracts (if the target node is Quorum)
  • submit private transactions (if the target node is Quorum)

log-analyzers

A set of tools that parse Geth or Quorum logs to generate line charts for transaction rates and transaction pool status

About

Various samples to demonstrate interacting with the Kaleido platform

License:Apache License 2.0


Languages

Language:JavaScript 65.8%Language:Solidity 34.2%