日本語のREADMEはこちらです: README.ja.md
A bulletin board system (BBS) that uses Decentralized Identifiers (DIDs) for authentication.
- Post messages to a BBS using a DID and digital signature
- View a list of all messages posted
- Deno runtime environment
- Clone the repository
- Run the server using Deno:
deno run --allow-net --allow-read --allow-write didbbs.js - Open the web application in a browser at
http://localhost:8001
- The BBS data is stored in a JSON file named
bbs.json - The server provides two API endpoints:
/api/list: Returns the list of all BBS messages/api/add: Adds a new message to the BBS, requires a valid DID and digital signature
MIT License — see LICENSE.