Skip to main content
Version: v2

Introduction

1. Aqua cli

Aqua cli is a command line utility.That enables you to create aqua chains, verify aqua chains, witness and sign aqua chains. There are two command line utilities.

  • A rust implmentation here
  • A javascript implmentation here

🤔 You would ask why have two :
Js enable us to quickly proto type our ideas.While the rust implmentation is stable.

🚀 What does the aqua cli do ?
The aqua cli enables your to generate, sign, witness and verify aqua chains locally.

💡 aqua cli (rust) enable youto easily get started your interaction with the aqua-protocol.To get started visit the github page here to downlioad the latest release or build locally (check the readme file on how to build it.)

Aqua container

This enable you to interact with the aqua protocol using a web browser, you can use the sand box setup for you here.

The container is built using the same libraries that are used to build the cli.This gives it all the capabilities of the cli but with a graphical interface.

check it over here

Aqua PKC

The personal knowldge container is/was a prototype implementation of the aqua protocol v1.1. To learn more about pkc check version 1.1 docs.

Aqua guardian

A security gateway to exchange Aqua-Chains and enforce policies of Aqua-Contracts. It provides secure connectivity between Guardians and verifies the integrity of the Aqua storage containers.

to learn

warning

The aqua guardian still uses aqua-protocol version 1.1 this makes it incompatible with protocol 1.2 and all tools that use protocol 1.2 for example Aqua container and Aqua cli

Aqua verifier (chrome-extension)

This is a chrome extension that can be used to verify aqua chain.It can be installed from here

This is the easiest and fastest way to get started with aqua protocol.