All Products
Search
Document Center

Blockchain as a Service:Setup geth interactive JavaScript console

Last Updated:Mar 24, 2023

  1. Download geth according to your platform.

  2. Get the Quorum node’s username username and password password. If you have not configured a username and password, you can configure it following the steps in Node Security Management.

  3. Get the Quorum node’s RPC service address noderpcaddress, you can find this information in the Access Endpoint column of My Nodes table.

  4. Connect to the node RPC service port using your node’s username and password to launch the geth JavaScript interactive console.

    geth attach http://${username}:${userpassword}@${noderpcaddress}
  5. You can read the Ethereum Management API and Ethernet DAPP API to get more information for using the geth JavaScript interactive console.