Skip to main content

Using Orion

The easiest way to understand how Orion works is to run it at a small scale. Do the following to become familiar with Hyperledger Orion.

  1. Launch a single Orion node - Click Here
  2. Setup prerequisites to execute transactions and queries using SDK based on golang - Click Here
  3. Run the example programs written using SDK for:
    1. Database administration transaction - Click Here
    2. User administration transaction - Click Here
    3. Data transaction - Click Here
    4. Cluster configuration transaction - Click Here
  4. Setup prerequisites to execute transactions and queries using cURL - Click Here
  5. Run the example cURL command given for:
    1. Database administration transaction - Click Here
    2. User administration transaction - Click Here
    3. Data transaction - Click Here
    4. Cluster configuration transaction - Click Here