Skip to content

MarsIfeanyi/Structs-SaveUserBalanceKYC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task - Structs

  • Growic Solidity Developer Program

Smart contract that saves user balance. This contract has functions that saves the amount a user is depositing into a mapping and a function that searches for user balance inside the mapping and returns the balance of who calls the contract. And functions allows users to save and retrieve their additional info into the smart contract as a KYC measure.

Sample Output 1

This uses mapping of address to Struct defined

SaveUserBalanceKYC.sol

Sample Output 2

This uses array of Struct defined

SaveUserBalanceKYC2.sol

Releases

No releases published

Packages

No packages published