Torque-Money / Dev-Environment

Smart contract dev environment.
GNU General Public License v3.0
1 stars 0 forks source link

Testing phase #41

Closed BenGOsborn closed 2 years ago

BenGOsborn commented 2 years ago

Test all smart contracts to ensure that they are reliable and secure before releasing.

BenGOsborn commented 2 years ago

Deploy on test blockchain

BenGOsborn commented 2 years ago

Add testing mode into the contracts

BenGOsborn commented 2 years ago

Add etherscan

BenGOsborn commented 2 years ago

The interest calculation should really be calculated off of the value of the borrowed amount, not just the borrowed amount

BenGOsborn commented 2 years ago

This means coming up with some module that auto saves my constructor args

BenGOsborn commented 2 years ago

Upgrade contract versions of solidity to 0.8.9+

BenGOsborn commented 2 years ago

Fix frontend problems regarding test contracts