This is a server wrapped around a decentralized web node you can run anywhere that you can run a container (or run it from node.js).
docker run -p 3000:3000 ghcr.io/tbd54566975/dwn-aggregator:main
This can run on services like AWS lightsail, a VPS, desktop.
git clone https://github.com/TBD54566975/dwn-server.git
cd dwn-server
npm install
node src/index.js
- USA:
dwn-usa-1.ue8cktdq71va0.us-east-2.cs.amazonlightsail.com
- Australia:
dwn-aggregator.faktj7f1fndve.ap-southeast-2.cs.amazonlightsail.com
- India:
dwn-india.vtv94qck5sjvq.ap-south-1.cs.amazonlightsail.com
processes/stores the provided message.
property | description | required (y/n) |
---|---|---|
message |
the message to be processed | y |
target |
the DID to target. Defaults to the aggregators DID if not provided | n |
- http
- ws
subscribes to a feed of messages that match the filter provided
property | description | required (y/n) |
---|---|---|
filter |
a JSON object that is used to determine what messages will be sent to you | y |
- ws
Returns a list of known aggregators
N/A
- http
- ws
returns info about self
N/A
- http
- ws