SIGBlockchain / project_aurum

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

Wallet Address and Timestamp Table #356

Closed HarryL5004 closed 4 years ago

HarryL5004 commented 4 years ago

Package context: internal/wallet For this issue, make a new branch off of dev and create a function that initialize a table in package wallet with the following columns:

Please update sqlstatements.go with your sql statements and constants.go with the file name.

Helpful resources: Package sql, https://www.w3schools.com/sql/sql_create_table.asp, wallet.GetWalletAddress().

kastolars commented 4 years ago

Can you add labels and add the project tag

HarryL5004 commented 4 years ago

Completed