Skip to content

code4fukui/didbbs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

didbbs

日本語のREADMEはこちらです: README.ja.md

A bulletin board system (BBS) that uses Decentralized Identifiers (DIDs) for authentication.

Demo

Features

  • Post messages to a BBS using a DID and digital signature
  • View a list of all messages posted

Requirements

  • Deno runtime environment

Usage

  1. Clone the repository
  2. Run the server using Deno: deno run --allow-net --allow-read --allow-write didbbs.js
  3. Open the web application in a browser at http://localhost:8001

Data / API

  • 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

License

MIT License — see LICENSE.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors