Skip to content

Commit

Permalink
deploy: f128245
Browse files Browse the repository at this point in the history
  • Loading branch information
oveddan committed Dec 8, 2023
1 parent 0614f49 commit 8cd4745
Show file tree
Hide file tree
Showing 8 changed files with 178 additions and 7 deletions.
Empty file added .nojekyll
Empty file.
1 change: 1 addition & 0 deletions assets/index-mkF9u5Bu.css

Large diffs are not rendered by default.

165 changes: 165 additions & 0 deletions assets/index-ntB5UaDd.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions index.65c2cb26.css

This file was deleted.

1 change: 0 additions & 1 deletion index.65c2cb26.css.map

This file was deleted.

2 changes: 0 additions & 2 deletions index.ea486f1f.js

This file was deleted.

1 change: 0 additions & 1 deletion index.ea486f1f.js.map

This file was deleted.

13 changes: 12 additions & 1 deletion index.html
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>

0 comments on commit 8cd4745

Please sign in to comment.