From b5125169167d2f778c0fdbd97542084f3451cf46 Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Mon, 16 Sep 2024 20:49:00 +0100 Subject: [PATCH] docs: add production deployment address --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a7ed033..ad19f3e 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,23 @@ An [IPFS Bitswap] Peer Cloudflare Worker ![hoverboard overview diagram](./docs/hoverboard.png) +## Usage + +You can connect to hoverboard from any compatible libp2p node that supports the (secure) websocket transport. + +### Peer Address + +The libp2p multiaddr of the production hoverboard deployment run by the Storacha Network is: + +``` +/dns4/elastic.dag.house/tcp/443/wss/p2p/bafzbeibhqavlasjc7dvbiopygwncnrtvjd2xmryk5laib7zyjor6kf3avm +``` + ## Getting started Install `node` >= 18, and `wrangler` >= 3 -Copy `.example.dev.vars` to `.dev.vars` and set the AWS access keys vars. +Copy `.example.dev.vars` to `.dev.vars` and set the required environment variables. Run `npm install` to install package dependencies.