SIGBlockchain / project_aurum

SIG Blockchain blockchain project in Go
https://acm.cs.uic.edu/sigblockchain
MIT License
7 stars 0 forks source link

Create a config.json file for the producer #245

Closed kastolars closed 5 years ago

kastolars commented 5 years ago

Should contain the following key-value pairs:

{
    Version: 1,
    InitialAurumSupply: 5000,
    Port: "10000",
    BlockProductionInterval: "30000ms",
    Debug: true,  
}

NOTE: These are placeholder values.

kastolars commented 5 years ago

Completed