mrmartin1998 / judo-dapp

0 stars 0 forks source link

JudoUserRegistration.sol #10

Closed mrmartin1998 closed 8 months ago

mrmartin1998 commented 9 months ago

Design a base contract for registering users

mrmartin1998 commented 8 months ago

Currently developing the new contracts and still running tests on Remix IDE. The contract will now be called JudoUserRegistration.sol. At first the idea was that the register user smartcontract was going to be the base contract, that has changed, it will now be a function contract the inherets the new base contract known as (for now) JudoBeltStorage.sol. This contract will hold all the necesary information.