-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
178 additions
and
7 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,12 @@ | ||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>zora signer</title><script type="module" src="index.ea486f1f.js"></script><link rel="stylesheet" href="index.65c2cb26.css"><style>input,textarea,label{display:block}</style></head><body> <main class="container"> <form id="sign"> <h2>smol-safe //</h2> <div style="position:absolute;top:-20px;left:-10px"> <a target="_blank" href="https://github.com/ourzora/smol-safe"><zora-zorb address="0xf7b2c2eb58a5f801119df7e9bf9f9b66c62bb011" size="65"></zora-zorb></a> </div> <section> <div> <strong>Connected to chainid:</strong> <span id="network-id">none</span> </div> <div><strong>Account: </strong> <span id="user-account"></span></div> <div style="flex:1" id="connect-section"> <div>Connect Metamask/Injected Wallet</div> <button id="connect">Coonnect</button> </div> </section> <details> <summary class="have-safe" role="button">I have a safe</summary> <div> <section style="margin-top:14px"> <h4>Load existing safe:</h4> <label> SAFE ADDRESS: <input type="text" name="safeAddress"> </label> <button id="safe-info">Get Safe Info</button> <pre id="safe-result"></pre> </section> <section> <div> <strong>OPERATION:</strong> <label><input type="radio" style="display:inline-block" name="operation" value="sign"> SIGN <small style="margin-top:4px">Sign (but do not execute) on-chain transaction</small> </label> <label><input type="radio" style="display:inline-block" name="operation" value="execute"> SIGN & EXECUTE <small style="margin-top:4px">Only use when all other signers have signed.</small></label> </div> <label> Transaction to / recipient address: <input name="to"> </label> <label> Ethereum (or native token) value to send (in ether, such as 0.1): <input name="value"> </label> <label> Data to send in the transaction (blank for none or hex-encoded): <input name="data"> </label> <label id="txn-approvals"></label> <input type="submit" value="Send safe transaction request"> <button class="share-txn">Share txn link</button> </section> </div> </details> </form> <details> <summary role="button">I am creating a safe</summary> <form id="create"> <h4>create a SAFE on the current network</h4> <label> Safe Users: (one per line) <textarea rows="4" name="signers"></textarea> </label> <label> Safe Threshold: <input name="threshold" type="number" min="1" step="1"> </label> <input type="submit"> </form> </details> <ul id="log"></ul> </main> </body></html> | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<title>Smol Safe</title> | ||
<script type="module" crossorigin src="/assets/index-ntB5UaDd.js"></script> | ||
<link rel="stylesheet" crossorigin href="/assets/index-mkF9u5Bu.css"> | ||
</head> | ||
<body> | ||
<div id="app"></div> | ||
</body> | ||
</html> |