Writeup for SignIn Challenge Description In the world of digital currencies, every transaction holds secrets, and every vault has its own story… Author: zeroc The Challenge The below are source contracts Setup contract 1// SPDX-License-Identifier: MIT 2pragma solidity ^0.8.20; 3 4import {Vault} from "./Vault.sol";...