Developer-DUCS / BlockchainSim

Apache License 2.0
1 stars 1 forks source link

Sprint 9 #79

Closed ssigman closed 2 years ago

ssigman commented 2 years ago

Sprint 9 including the following functionality:

  1. The URL scheme is configurable via the client/.env file by setting the REACT_APP_URL_SCHEME variable. Legal values are http and https.
    • Note: Setting this environment variable is not sufficient to convert the app to HTTPS. HTTPS must be configured via the proxy server you are using for the app.
  2. The Tutorial system.

It does not contain the implementation of Proof of Stake. That code can be found in the branch sprint-9-PoS.