Skip to content
xavierlu edited this page Sep 24, 2020 · 2 revisions

Central Bank Digital Currency (CBDC)

Do you like the government tracking down all your payment history. Well, this is the project for you.

This project is actually not hard to implement (the prototype at least), there are 3ish part to this.

  • Wallet
  • Transaction/Transaction Pool
  • The blockchain itself
  • Front-end stuff for demo

We will be using AWS RDS SQL database to store all of these stuff and Express to host the serverless endpoints.

Clone this wiki locally