udacity / nd1309-p2-Decentralized-Star-Notary-Service-Starter-Code

Code for the ND1309 v2 C2 project
Other
9 stars 97 forks source link

Remove deprecated #27

Closed IvoBiaus closed 1 year ago

IvoBiaus commented 2 years ago

Added node_modules to .gitignore.

Updated root package-lock.json, deleted libraries and changed the deprecated openzeppelin library for the new one.

Updated the README instuctions that pointed to install deprecated libraries.

Updated frontend libraries and removed deprecated "truffle-hdwallet-provider" library to add the current "@truffle/hdwallet-provider".

Fixed errors from Migrations and StarNotary contracts, and updated the pragma version.