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 deployCLI 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
proxyandtestcommands depend on external tools with a Node.js runtime.
Install:
npm install -g signet-cliUninstall:
uninstall-signet-cliRemoves the signet-cli golang binary along with the supporting npm package.