Getting Started
- Install the signet-cli (opens in a new tab) (see below)
- Self host the Signet broker (opens in a new tab) in one of the following ways:
- Deploy the Signet broker to AWS with the
signet deploy
CLI command (opens in a new tab). - Download Signet's docker-compose.yml (opens in a new tab) and run
docker-compose up
.
- Deploy the Signet broker to AWS with the
Installation
- requires Node and npm — the
proxy
andtest
commands depend on external tools with a Node.js runtime.
Install:
npm install -g signet-cli
Uninstall:
uninstall-signet-cli
Removes the signet-cli golang binary along with the supporting npm package.