mirror of
https://github.com/tornadocash/nova-ui-minified
synced 2024-02-02 14:53:55 +01:00
20c0703
This commit is contained in:
commit
b2b5294c8f
1
404.html
Normal file
1
404.html
Normal file
@ -0,0 +1 @@
|
|||||||
|
<!doctype html><html lang="en" data-n-head="%7B%22lang%22:%7B%221%22:%22en%22%7D%7D"><head><script>function addScript(n){const t=document.createElement("script");t.setAttribute("src",n),document.body.appendChild(t)}window.location.search&&(window.location=window.location.origin+window.location.pathname),document.addEventListener("DOMContentLoaded",()=>{var t=(window.location.pathname.match(/^(\/(?:ipfs|ipns)\/[^/]+)/)||[])[1]||"";if(t){var o,i=[...document.getElementsByTagName("script")];for(let n=0;n<i.length;n++)i[n].src&&(o=new URL(i[n].src),addScript(window.location.origin+t+o.pathname))}addScript(`${window.location.origin}${t}/snarkjs.min.js`)})</script><title>Tornado Cash Nova</title><meta data-n-head="1" charset="utf-8"><meta data-n-head="1" name="viewport" content="width=device-width,initial-scale=1"><meta data-n-head="1" data-hid="description" name="description" content="Non-custodial Ethereum Privacy solution with arbitrary amounts and shielded transfers."><meta data-n-head="1" name="keywords" content="Privacy, Ethereum, ERC20, dapp, smart contract, decentralized, metamask, zksnark, zero knowledge"><meta data-n-head="1" name="author" content="Tornado.cash"><meta data-n-head="1" name="msapplication-TileColor" content="#1d1e23"><meta data-n-head="1" name="theme-color" content="#1d1e23"><meta data-n-head="1" property="og:type" content="website"><meta data-n-head="1" property="og:title" content="Tornado.cash Nova"><meta data-n-head="1" property="og:site_name" content="Tornado.cash Nova"><meta data-n-head="1" property="og:image:type" content="image/png"><meta data-n-head="1" property="og:image:width" content="1200"><meta data-n-head="1" property="og:image:height" content="1200"><meta data-n-head="1" property="og:image" content="https://tornado.cash/nova.png"><meta data-n-head="1" name="twitter:card" content="summary"><meta data-n-head="1" name="twitter:site" content="@TornadoCash"><meta data-n-head="1" name="twitter:domain" content="https://tornado.cash"><meta data-n-head="1" name="twitter:title" content="Tornado.cash Nova"><meta data-n-head="1" name="twitter:description" content="Non-custodial Ethereum Privacy solution with arbitrary amounts and shielded transfers."><meta data-n-head="1" name="twitter:image:src" content="https://tornado.cash/nova.png"><meta data-n-head="1" name="twitter:image:alt" content="Tornado.cash"><link data-n-head="1" rel="icon" href="/icons/favicon.ico" sizes="any"><link data-n-head="1" rel="icon" href="/icons/icon.svg" type="image/svg+xml"><link data-n-head="1" rel="apple-touch-icon" href="/icons/apple-touch-icon.png"><link data-n-head="1" rel="manifest" href="/manifest.webmanifest"><link data-n-head="1" rel="preconnect" href="https://fonts.gstatic.com"><link data-n-head="1" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap"><link rel="preload" href="/_nuxt/dd5675a.js" as="script"><link rel="preload" href="/_nuxt/ef1ed3e.js" as="script"><link rel="preload" href="/_nuxt/42b9d79.js" as="script"></head><body><div id="__nuxt"><style>#nuxt-loading{background:#fff;visibility:hidden;opacity:0;position:absolute;left:0;right:0;top:0;bottom:0;display:flex;justify-content:center;align-items:center;flex-direction:column;animation:nuxtLoadingIn 10s ease;-webkit-animation:nuxtLoadingIn 10s ease;animation-fill-mode:forwards;overflow:hidden}@keyframes nuxtLoadingIn{0%{visibility:hidden;opacity:0}20%{visibility:visible;opacity:0}100%{visibility:visible;opacity:1}}@-webkit-keyframes nuxtLoadingIn{0%{visibility:hidden;opacity:0}20%{visibility:visible;opacity:0}100%{visibility:visible;opacity:1}}#nuxt-loading>div,#nuxt-loading>div:after{border-radius:50%;width:5rem;height:5rem}#nuxt-loading>div{font-size:10px;position:relative;text-indent:-9999em;border:.5rem solid #f5f5f5;border-left:.5rem solid #000;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:nuxtLoading 1.1s infinite linear;animation:nuxtLoading 1.1s infinite linear}#nuxt-loading.error>div{border-left:.5rem solid #ff4500;animation-duration:5s}@-webkit-keyframes nuxtLoading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes nuxtLoading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}</style><script>window.addEventListener("error",function(){var e=document.getElementById("nuxt-loading");e&&(e.className+=" error")})</script><div id="nuxt-loading" aria-live="polite" role="status"><div>Loading...</div></div></div><script>window.__NUXT__={config:{_app:{basePath:"/",assetsPath:"/_nuxt/",cdnURL:null}}}</script><script src="/_nuxt/dd5675a.js"></script><script src="/_nuxt/ef1ed3e.js"></script><script src="/_nuxt/42b9d79.js"></script></body></html>
|
47
README.md
Normal file
47
README.md
Normal file
@ -0,0 +1,47 @@
|
|||||||
|
## How to use
|
||||||
|
|
||||||
|
Step 1. Clone repository
|
||||||
|
```
|
||||||
|
git clone https://github.com/tornadocash/nova-ui-minified.git
|
||||||
|
cd nova-ui-minified
|
||||||
|
```
|
||||||
|
Step 2. Serve the folder with your favorite http server
|
||||||
|
```
|
||||||
|
python3 -m http.server 8080
|
||||||
|
```
|
||||||
|
Or use any other http web server, such as https://www.npmjs.com/package/http-server
|
||||||
|
|
||||||
|
Step 3. Open your web browser at http://localhost:8080
|
||||||
|
|
||||||
|
## Running a TOR service
|
||||||
|
|
||||||
|
If you wish to serve tornado cash UI on an .onion domain, there is an easy way to do it using docker-compose. Paste the following into `docker-compose.yml` and run `docker-compose up -d`
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
version: '2'
|
||||||
|
|
||||||
|
services:
|
||||||
|
tornado_nova-ui:
|
||||||
|
image: tornadocash/nova-ui
|
||||||
|
restart: always
|
||||||
|
container_name: tornado_nova-ui
|
||||||
|
watchtower:
|
||||||
|
image: v2tec/watchtower
|
||||||
|
restart: always
|
||||||
|
volumes:
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
command: --interval 60 tornado_nova-ui
|
||||||
|
tor:
|
||||||
|
image: strm/tor
|
||||||
|
restart: always
|
||||||
|
depends_on: [ tornado_nova-ui ]
|
||||||
|
environment:
|
||||||
|
LISTEN_PORT: 80
|
||||||
|
REDIRECT: tornado_nova-ui:80
|
||||||
|
# Generate a new key with
|
||||||
|
# docker run --rm --entrypoint shallot strm/tor-hiddenservice-nginx ^torn
|
||||||
|
PRIVATE_KEY: |
|
||||||
|
-----BEGIN RSA PRIVATE KEY-----
|
||||||
|
...
|
||||||
|
-----END RSA PRIVATE KEY-----
|
||||||
|
```
|
1
_nuxt/01a085c.js
Normal file
1
_nuxt/01a085c.js
Normal file
@ -0,0 +1 @@
|
|||||||
|
(this.webpackJsonp=this.webpackJsonp||[]).push([[26],{1261:function(t,c,e){"use strict";e.r(c);var l=e(17),component=Object(l.a)({},(function(){var t=this.$createElement,c=this._self._c||t;return c("svg",{attrs:{fill:"none",viewBox:"0 0 121 120"}},[c("path",{staticClass:"logoShuriken",attrs:{fill:"#69db99",d:"M89.15 25.8c17.28 1.5 30.93 15.3 31.84 32.4C120.08 30 96.43 7.5 67.62 8.4c-16.98.6-32.75 9-41.85 23.1A34.68 34.68 0 0 1 58.52 0 51.88 51.88 0 0 0 8.8 54c.61 16.2 9.1 31.2 22.75 40.2A34.37 34.37 0 0 1 0 61.8c.6 28.2 24.56 50.7 53.06 50.1a51.8 51.8 0 0 0 41.85-22.8c-1.52 16.8-15.46 30-32.45 30.9 28.5-.9 50.95-24.6 50.04-53.1-.61-16.5-9.1-32.1-23.35-41.1Zm-28.8 55.8c-5.77 0-11.23-2.1-15.17-6.3a21.11 21.11 0 0 1 0-30c8.19-8.1 22.14-8.1 30.32 0 8.19 8.1 8.19 21.9 0 30-3.94 4.2-9.4 6.3-15.16 6.3Z"}})])}),[],!1,null,null,null);c.default=component.exports}}]);
|
1
_nuxt/0b8730d.js
Normal file
1
_nuxt/0b8730d.js
Normal file
@ -0,0 +1 @@
|
|||||||
|
(this.webpackJsonp=this.webpackJsonp||[]).push([[1],{1236:function(t,e,l){"use strict";l.r(e);var r=l(17),component=Object(r.a)({},(function(){var t=this,e=t.$createElement,l=t._self._c||e;return l("svg",{attrs:{viewBox:"0 0 24 24",fill:"#69db99"}},[l("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M12 0.991736C5.9203 0.991736 0.991736 5.9203 0.991736 12C0.991736 18.0797 5.9203 23.0083 12 23.0083C18.0797 23.0083 23.0083 18.0797 23.0083 12C23.0083 5.9203 18.0797 0.991736 12 0.991736ZM0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z"}}),t._v(" "),l("path",{attrs:{d:"M14.5 14.5C12.5959 14.5 10.0658 14.3744 10.0658 16.3579V17.786H19.5V16.3579C19.5 14.3744 16.4835 14.5 14.5 14.5ZM7.20248 10.5661V8.34463H5.77438V10.5661H3.63223V11.9942H5.77438V14.1364H7.20248V11.9942H9.42397V10.5661H7.20248Z"}}),t._v(" "),l("circle",{attrs:{cx:"14.5",cy:"10.5",r:"2.5"}})])}),[],!1,null,null,null);e.default=component.exports}}]);
|
1
_nuxt/105c5a9.js
Normal file
1
_nuxt/105c5a9.js
Normal file
@ -0,0 +1 @@
|
|||||||
|
(this.webpackJsonp=this.webpackJsonp||[]).push([[18],{1253:function(t,l,e){"use strict";e.r(l);var o=e(17),component=Object(o.a)({},(function(){var t=this,l=t.$createElement,e=t._self._c||l;return e("svg",{attrs:{fill:"none",viewBox:"0 0 319 113"}},[e("path",{attrs:{fill:"#fff","fill-rule":"evenodd",d:"M19.32 48.6V26.4h10.92v-9.3H19.32V3.6H8.41v13.5H.83v9.3H8.4v21.3c0 9.3 5.45 15 14.55 15 2.43 0 4.85-.6 7.28-1.5v-8.7c-1.82.6-3.64.9-5.46.9-3.94 0-5.46-.9-5.46-4.8Zm40.94 14.1c13.64 0 21.22-8.1 21.22-23.1 0-15-7.27-23.1-21.22-23.1s-21.53 8.1-21.53 23.1c0 15 7.88 23.1 21.53 23.1Zm0-37.5c6.37 0 10.3 2.4 10.3 14.4 0 11.7-3.63 14.1-10.3 14.1-6.67 0-10.61-2.1-10.61-14.1s4.24-14.4 10.6-14.4Zm43.06 2.1c3.64-1.2 7.58-1.5 11.52-1.5v-9.6c-7.58.3-15.47 1.8-22.44 4.8v41.1h10.92V27.3Zm62.76 34.8v-27c0-11.7-7.58-18.9-20-18.9-7.29 0-14.56 1.8-20.93 5.1v40.8h10.91V26.7c2.73-.6 5.77-.9 8.5-.9 10 0 10.6 4.2 10.6 8.4v27.9h10.92Zm49.13-14.4V35.4c0-12.3-6.98-19.2-20.02-19.2-4.85 0-9.4.9-13.94 2.7v8.7c4.24-1.8 8.79-2.4 13.34-2.4 7.27 0 9.7 3.6 9.7 8.7-2.73-.6-5.16-.6-7.88-.6-18.2 0-19.71 6.6-19.71 14.1s5.15 15.3 19.4 15.3c14.25 0 19.1-7.8 19.1-15Zm-17.29-7.2h6.37v6c0 4.2-2.43 6.9-8.19 6.9s-8.49-3.6-8.49-7.2 2.73-5.7 10.31-5.7Zm56.1-23.4-7.58-.9c-13.65 0-21.23 8.1-21.23 22.8 0 21.3 14.25 23.7 20.32 23.7 14.25 0 19.4-7.8 19.4-15V0h-10.91v17.1Zm0 31.5c0 3.6-3.64 4.8-8.5 4.8-6.97 0-9.4-4.5-9.4-15s4.25-13.5 10.62-13.5l7.28.6v23.1Zm42.45 14.1c13.95 0 21.53-8.1 21.53-23.1 0-15-7.58-23.1-21.53-23.1-13.95 0-21.53 8.1-21.53 23.1 0 15 7.58 23.1 21.53 23.1Zm0-37.5c6.37 0 10.61 2.4 10.61 14.4 0 11.7-4.24 14.1-10.6 14.1-6.38 0-10.62-2.1-10.62-14.1s4.24-14.4 10.61-14.4Zm-36.08 83.78c1.4 1.47 3.4 2.2 5.98 2.2 2.64 0 4.64-.75 6-2.26 1.4-1.5 2.09-3.73 2.09-6.68 0-3.01-.7-5.26-2.1-6.73-1.41-1.5-3.4-2.24-5.99-2.24-2.61 0-4.62.76-6 2.26-1.37 1.51-2.06 3.75-2.06 6.71 0 3 .7 5.25 2.08 6.74Zm9.83-1.77c-.83 1-2.11 1.5-3.85 1.5-1.73 0-3.02-.5-3.87-1.5-.83-1.02-1.25-2.68-1.25-4.97 0-2.29.42-3.93 1.25-4.94.85-1.02 2.14-1.53 3.87-1.53 1.74 0 3.02.5 3.85 1.53.85 1 1.27 2.64 1.27 4.92 0 2.3-.42 3.97-1.27 4.99ZM235 93.56v17.34h2.73V98.03l9.39 12.87h2.57V93.56h-2.73v12.74l-9.2-12.74H235Zm52.39 17.34-6.58-17.34h3.22l5.05 13.96 4.99-13.94 3.01-.02-6.7 17.34h-3Zm21.02-17.34-6.76 17.34h2.86l1.71-4.7h7.08l1.71 4.7h3.02l-6.58-17.34h-3.04Zm1.35 2.88 2.7 7.41h-5.4l2.7-7.4Z","clip-rule":"evenodd"}}),t._v(" "),e("path",{staticClass:"logoStar",attrs:{fill:"url(#a_logoStar)","fill-rule":"evenodd",d:"M199.43 102H1v2h198.43v-2Z","clip-rule":"evenodd"}}),t._v(" "),e("path",{staticClass:"logoStar",attrs:{fill:"url(#b_logoStar)","fill-rule":"evenodd",d:"M206.46 99.47 205 93l-1.46 6.47-5.61-3.54 3.54 5.6L195 103l6.47 1.46-3.54 5.61 5.6-3.54L205 113l1.46-6.47 5.61 3.54-3.54-5.6L215 103l-6.47-1.46 3.54-5.61-5.6 3.54Z","clip-rule":"evenodd"}}),t._v(" "),e("defs",[e("linearGradient",{attrs:{id:"a_logoStar",x1:"1",x2:"199",y1:"103",y2:"103",gradientUnits:"userSpaceOnUse"}},[e("stop",{attrs:{"stop-color":"#69db99","stop-opacity":"0"}}),t._v(" "),e("stop",{attrs:{offset:"1","stop-color":"#69db99"}})],1),t._v(" "),e("linearGradient",{attrs:{id:"b_logoStar",x1:"213",x2:"-1",y1:"102",y2:"102",gradientUnits:"userSpaceOnUse"}},[e("stop",{attrs:{"stop-color":"#69db99"}}),t._v(" "),e("stop",{attrs:{offset:"1","stop-color":"#69db99","stop-opacity":"0"}})],1)],1)])}),[],!1,null,null,null);l.default=component.exports}}]);
|
1
_nuxt/11e7024.js
Normal file
1
_nuxt/11e7024.js
Normal file
@ -0,0 +1 @@
|
|||||||
|
(this.webpackJsonp=this.webpackJsonp||[]).push([[25],{1260:function(e,t,l){"use strict";l.r(t);var n=l(17),component=Object(n.a)({},(function(){var e=this.$createElement,t=this._self._c||e;return t("svg",{attrs:{viewBox:"0 0 25 25"}},[t("path",{attrs:{"fill-rule":"evenodd",d:"M21.28 5.99a1 1 0 010 1.41l-11 11a1 1 0 01-1.41 0l-5-5A1 1 0 115.28 12l4.3 4.3 10.29-10.3a1 1 0 011.41 0z","clip-rule":"evenodd"}})])}),[],!1,null,null,null);t.default=component.exports}}]);
|
1
_nuxt/124220f.js
Normal file
1
_nuxt/124220f.js
Normal file
@ -0,0 +1 @@
|
|||||||
|
(this.webpackJsonp=this.webpackJsonp||[]).push([[2],{1237:function(l,t,e){"use strict";e.r(t);var n=e(17),component=Object(n.a)({},(function(){var l=this.$createElement,t=this._self._c||l;return t("svg",{attrs:{fill:"none",viewBox:"0 0 24 24"}},[t("path",{attrs:{fill:"#fff",d:"M8.9 13.28l3.1 3.1 3.11-3.1 1.8 1.8-4.9 4.92-4.92-4.91 1.8-1.81zM13.83 12L12 13.84 10.17 12l.32-.32.16-.16L12 10.16 13.84 12zm2.54 0l1.81-1.8L20 12l-1.8 1.8-1.82-1.8zM4 12l1.8-1.8L7.63 12 5.8 13.8 4 12zm4.9-1.28l3.1-3.1 3.11 3.1 1.8-1.8L12.02 4 7.08 8.92l1.8 1.8z"}})])}),[],!1,null,null,null);t.default=component.exports}}]);
|
1
_nuxt/18b8d09.js
Normal file
1
_nuxt/18b8d09.js
Normal file
@ -0,0 +1 @@
|
|||||||
|
(this.webpackJsonp=this.webpackJsonp||[]).push([[21],{1256:function(l,t,c){"use strict";c.r(t);var e=c(17),component=Object(e.a)({},(function(){var l=this,t=l.$createElement,c=l._self._c||t;return c("svg",{attrs:{viewBox:"0 0 14 14"}},[c("path",{attrs:{d:"M7 8.2a1.2 1.2 0 100-2.4 1.2 1.2 0 000 2.4z"}}),l._v(" "),c("path",{attrs:{d:"M13.71 5.8l-1.68-.31a5.2 5.2 0 00-.4-.98l.97-1.42a.36.36 0 00-.04-.45l-1.2-1.2a.36.36 0 00-.45-.04l-1.42.97c-.32-.17-.66-.3-1.01-.4L8.17.27A.36.36 0 007.82 0h-1.7a.36.36 0 00-.34.28l-.32 1.7c-.34.1-.66.24-.97.4l-1.4-.96a.36.36 0 00-.45.04l-1.2 1.2a.36.36 0 00-.04.45l.97 1.41c-.17.3-.3.63-.4.97L.28 5.8a.36.36 0 00-.28.35v1.7c0 .16.13.31.28.34l1.69.32c.1.34.24.67.4.98l-.95 1.4a.36.36 0 00.04.45l1.2 1.2c.11.11.31.13.44.04l1.4-.96c.3.17.63.3.96.4l.32 1.7c.03.15.18.28.34.28h1.7c.16 0 .32-.13.35-.28l.31-1.68c.35-.1.68-.24 1-.4l1.42.96c.13.1.33.07.44-.04l1.2-1.2a.36.36 0 00.04-.44l-.96-1.42c.17-.31.3-.64.41-1l1.68-.3a.36.36 0 00.29-.35v-1.7a.36.36 0 00-.29-.35zM7 9.92a2.92 2.92 0 110-5.84 2.92 2.92 0 010 5.84z"}})])}),[],!1,null,null,null);t.default=component.exports}}]);
|
1
_nuxt/195bcbd.js
Normal file
1
_nuxt/195bcbd.js
Normal file
@ -0,0 +1 @@
|
|||||||
|
(this.webpackJsonp=this.webpackJsonp||[]).push([[11],{1246:function(t,c,e){"use strict";e.r(c);var n=e(17),component=Object(n.a)({},(function(){var t=this.$createElement,c=this._self._c||t;return c("svg",{attrs:{viewBox:"0 0 24 24"}},[c("path",{attrs:{d:"M12 0C5.37 0 0 5.51 0 12.3c0 5.44 3.44 10.05 8.2 11.68.6.1.83-.27.83-.6L9 21.1c-3.34.75-4.04-1.45-4.04-1.45-.55-1.42-1.33-1.8-1.33-1.8-1.1-.76.08-.74.08-.74 1.2.08 1.84 1.26 1.84 1.26 1.07 1.89 2.8 1.34 3.49 1.03.1-.8.42-1.34.76-1.65-2.66-.3-5.46-1.36-5.46-6.08 0-1.34.46-2.44 1.23-3.3A4.54 4.54 0 015.7 5.1s1-.33 3.3 1.26a11.17 11.17 0 016 0c2.3-1.59 3.3-1.26 3.3-1.26a4.5 4.5 0 01.12 3.26 4.82 4.82 0 011.24 3.3c0 4.73-2.81 5.77-5.48 6.07.43.38.81 1.13.81 2.28l-.01 3.38c0 .32.21.7.82.59A12.3 12.3 0 0024 12.3C24 5.51 18.63 0 12 0z"}})])}),[],!1,null,null,null);c.default=component.exports}}]);
|
1
_nuxt/1d90221.js
Normal file
1
_nuxt/1d90221.js
Normal file
@ -0,0 +1 @@
|
|||||||
|
(this.webpackJsonp=this.webpackJsonp||[]).push([[17],{1252:function(t,e,n){"use strict";n.r(e);var r=n(17),component=Object(r.a)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{viewBox:"0 0 39.9 39.9"}},[e("path",{attrs:{d:"M40 19.4A17.3 17.3 0 0022.8 2.8a17.1 17.1 0 00-14.2 7.6A11.3 11.3 0 0119.3 0 17.1 17.1 0 002.8 17.1a16.8 16.8 0 007.7 14.2A11.3 11.3 0 010 20.6a17.1 17.1 0 0031.3 9 11.4 11.4 0 01-10.7 10.3 17.1 17.1 0 0016.5-17.1 17.3 17.3 0 00-7.6-14.2A11.8 11.8 0 0140 19.4zm-20 7.8a7.4 7.4 0 01-5.2-2.1 7.1 7.1 0 01-2-5.1 7.2 7.2 0 117.2 7.2z"}})])}),[],!1,null,null,null);e.default=component.exports}}]);
|
1
_nuxt/2a8f223.js
Normal file
1
_nuxt/2a8f223.js
Normal file
@ -0,0 +1 @@
|
|||||||
|
(this.webpackJsonp=this.webpackJsonp||[]).push([[31],{1266:function(t,e,r){"use strict";r.r(e);var n=r(17),component=Object(n.a)({},(function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("svg",{attrs:{fill:"none",viewBox:"0 0 1034 389"}},[r("path",{attrs:{stroke:"#3f4047",d:"M1034 388H121C54.73 388 1 334.27 1 268V1"}}),t._v(" "),r("path",{attrs:{stroke:"#1d1d1d",d:"M1034 387H121C54.73 387 1 333.27 1 267V0"}}),t._v(" "),r("path",{staticClass:"stroke-animation-bottom",attrs:{stroke:"#69db99",d:"M1034 387H121C54.73 387 1 333.27 1 267V0"}})])}),[],!1,null,null,null);e.default=component.exports}}]);
|
1
_nuxt/42b9d79.js
Normal file
1
_nuxt/42b9d79.js
Normal file
File diff suppressed because one or more lines are too long
1
_nuxt/43a152c.js
Normal file
1
_nuxt/43a152c.js
Normal file
@ -0,0 +1 @@
|
|||||||
|
(this.webpackJsonp=this.webpackJsonp||[]).push([[0],{1235:function(e,t,l){"use strict";l.r(t);var n=l(17),component=Object(n.a)({},(function(){var e=this.$createElement,t=this._self._c||e;return t("svg",{attrs:{viewBox:"0 0 24 24"}},[t("path",{attrs:{"fill-rule":"evenodd",d:"M9.293 16.707a1 1 0 010-1.414L12.586 12 9.293 8.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z","clip-rule":"evenodd"}})])}),[],!1,null,null,null);t.default=component.exports}}]);
|
1
_nuxt/63bb2d6.js
Normal file
1
_nuxt/63bb2d6.js
Normal file
@ -0,0 +1 @@
|
|||||||
|
(this.webpackJsonp=this.webpackJsonp||[]).push([[7],{1242:function(t,e,l){"use strict";l.r(e);var n=l(17),component=Object(n.a)({},(function(){var t=this,e=t.$createElement,l=t._self._c||e;return l("svg",{attrs:{viewBox:"0 0 24 24",fill:"#e45050"}},[l("path",{attrs:{"fill-rule":"evenodd",d:"M12 .9a11.2 11.2 0 110 22.4A11.2 11.2 0 0112 .9zm0-.8a12 12 0 110 24 12 12 0 010-24z","clip-rule":"evenodd"}}),t._v(" "),l("path",{attrs:{d:"M13.07 12.02l3.73-3.73-1.07-1.07L12 10.95 8.27 7.22 7.2 8.29l3.73 3.73-3.73 3.73 1.07 1.07L12 13.09l3.73 3.73 1.07-1.07-3.73-3.73z"}})])}),[],!1,null,null,null);e.default=component.exports}}]);
|
1
_nuxt/6c82358.js
Normal file
1
_nuxt/6c82358.js
Normal file
@ -0,0 +1 @@
|
|||||||
|
(this.webpackJsonp=this.webpackJsonp||[]).push([[23],{1258:function(e,l,t){"use strict";t.r(l);var n=t(17),component=Object(n.a)({},(function(){var e=this,l=e.$createElement,t=e._self._c||l;return t("svg",{attrs:{viewBox:"0 0 24 24",fill:"#69db99"}},[t("path",{attrs:{"fill-rule":"evenodd",d:"M12 23.2A11.2 11.2 0 1 0 12 .8a11.2 11.2 0 0 0 0 22.4Zm0 .8a12 12 0 1 0 0-24 12 12 0 0 0 0 24Z","clip-rule":"evenodd"}}),e._v(" "),t("path",{attrs:{"fill-rule":"evenodd",d:"M17.76 8.2c.3.28.32.75.04 1.06l-6.86 7.5a.75.75 0 0 1-1.1 0L6.2 12.79a.75.75 0 1 1 1.1-1.02l3.08 3.37 6.32-6.9a.75.75 0 0 1 1.06-.04Z","clip-rule":"evenodd"}})])}),[],!1,null,null,null);l.default=component.exports}}]);
|
1
_nuxt/752b6c7.js
Normal file
1
_nuxt/752b6c7.js
Normal file
@ -0,0 +1 @@
|
|||||||
|
(this.webpackJsonp=this.webpackJsonp||[]).push([[22],{1257:function(e,t,l){"use strict";l.r(t);var h=l(17),component=Object(h.a)({},(function(){var e=this.$createElement,t=this._self._c||e;return t("svg",{attrs:{viewBox:"0 0 32 32"}},[t("path",{attrs:{"fill-rule":"evenodd",d:"M32 16a16 16 0 11-32 0 16 16 0 0132 0zM6 9a1 1 0 011-1h2a1 1 0 011 1v14a1 1 0 01-1 1H7a1 1 0 01-1-1V9zm7 5a1 1 0 00-1 1v8a1 1 0 001 1h2a1 1 0 001-1v-8a1 1 0 00-1-1h-2zm5-3a1 1 0 011-1h2a1 1 0 011 1v12a1 1 0 01-1 1h-2a1 1 0 01-1-1V11zm7 7a1 1 0 00-1 1v4a1 1 0 001 1h2a1 1 0 001-1v-4a1 1 0 00-1-1h-2z","clip-rule":"evenodd"}})])}),[],!1,null,null,null);t.default=component.exports}}]);
|
1
_nuxt/799122e.js
Normal file
1
_nuxt/799122e.js
Normal file
@ -0,0 +1 @@
|
|||||||
|
(this.webpackJsonp=this.webpackJsonp||[]).push([[4],{1239:function(e,t,c){"use strict";c.r(t);var l=c(17),component=Object(l.a)({},(function(){var e=this.$createElement,t=this._self._c||e;return t("svg",{attrs:{viewBox:"0 0 12 12"}},[t("path",{attrs:{"fill-rule":"evenodd",d:"M4.4.8a.4.4 0 00-.4.4v6.4c0 .22.18.4.4.4h6.4a.4.4 0 00.4-.4V1.2a.4.4 0 00-.4-.4H4.4zm-1.2.4C3.2.54 3.74 0 4.4 0h6.4c.66 0 1.2.54 1.2 1.2v6.4c0 .66-.54 1.2-1.2 1.2h-2v2c0 .66-.54 1.2-1.2 1.2H1.2A1.2 1.2 0 010 10.8V4.4c0-.66.54-1.2 1.2-1.2h2v-2zm0 2.8h-2a.4.4 0 00-.4.4v6.4c0 .22.18.4.4.4h6.4a.4.4 0 00.4-.4v-2H4.4a1.2 1.2 0 01-1.2-1.2V4z","clip-rule":"evenodd"}})])}),[],!1,null,null,null);t.default=component.exports}}]);
|
1
_nuxt/810a51a.js
Normal file
1
_nuxt/810a51a.js
Normal file
@ -0,0 +1 @@
|
|||||||
|
(this.webpackJsonp=this.webpackJsonp||[]).push([[9],{1244:function(e,t,l){"use strict";l.r(t);var v=l(17),component=Object(v.a)({},(function(){var e=this.$createElement,t=this._self._c||e;return t("svg",{attrs:{viewBox:"0 0 24 24"}},[t("path",{attrs:{"fill-rule":"evenodd",d:"M24 12a12 12 0 11-24 0 12 12 0 0124 0zM7.4 5.25c-.77 0-1.4.63-1.4 1.4v10c0 .52.28.97.7 1.21v.06l5.77 2.33v-2.2h2.73c.77 0 1.4-.63 1.4-1.4v-1.4h-1.4v1.4h-2.73V8.18l-3.8-1.53h6.53v1.47h1.4V6.65c0-.77-.63-1.4-1.4-1.4H7.4zm10.75 7.13l-1.08 1.09.99.99 2.82-2.82-1-.99v.02l-1.85-1.85-.99 1 1.17 1.16H13.8v1.4h4.35z","clip-rule":"evenodd"}})])}),[],!1,null,null,null);t.default=component.exports}}]);
|
1
_nuxt/8293169.js
Normal file
1
_nuxt/8293169.js
Normal file
@ -0,0 +1 @@
|
|||||||
|
(this.webpackJsonp=this.webpackJsonp||[]).push([[30],{1265:function(t,v,_){"use strict";_.r(v);var c=_(17),component=Object(c.a)({},(function(){var t=this,v=t.$createElement,_=t._self._c||v;return _("svg",{attrs:{viewBox:"0 0 192.146 192.146"}},[_("g",[_("g",[_("g",[_("path",{attrs:{d:"M108.186,144.372c0,7.054-4.729,12.32-12.037,12.32h-0.254c-7.054,0-11.92-5.266-11.92-12.32\n\t\t\t\tc0-7.298,5.012-12.31,12.174-12.31C103.311,132.062,108.059,137.054,108.186,144.372z M88.44,125.301h15.447l2.951-61.298H85.46\n\t\t\t\tL88.44,125.301z M190.372,177.034c-2.237,3.664-6.214,5.921-10.493,5.921H12.282c-4.426,0-8.51-2.384-10.698-6.233\n\t\t\t\tc-2.159-3.849-2.11-8.549,0.147-12.349l84.111-149.22c2.208-3.722,6.204-5.96,10.522-5.96h0.332\n\t\t\t\tc4.445,0.107,8.441,2.618,10.513,6.546l83.515,149.229C192.717,168.768,192.629,173.331,190.372,177.034z M179.879,170.634\n\t\t\t\tL96.354,21.454L12.292,170.634H179.879z"}})])])]),t._v(" "),_("g"),t._v(" "),_("g"),t._v(" "),_("g"),t._v(" "),_("g"),t._v(" "),_("g"),t._v(" "),_("g"),t._v(" "),_("g"),t._v(" "),_("g"),t._v(" "),_("g"),t._v(" "),_("g"),t._v(" "),_("g"),t._v(" "),_("g"),t._v(" "),_("g"),t._v(" "),_("g"),t._v(" "),_("g")])}),[],!1,null,null,null);v.default=component.exports}}]);
|
1
_nuxt/8bc6849.js
Normal file
1
_nuxt/8bc6849.js
Normal file
@ -0,0 +1 @@
|
|||||||
|
(this.webpackJsonp=this.webpackJsonp||[]).push([[27],{1262:function(t,e,n){"use strict";n.r(e);var r=n(17),component=Object(r.a)({},(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("svg",{attrs:{fill:"none",viewBox:"0 0 721 388"}},[n("path",{attrs:{stroke:"#1d1d1d",d:"M1034 387H121C54.73 387 1 333.27 1 267V0"}}),t._v(" "),n("path",{staticClass:"stroke-animation-bottom",attrs:{stroke:"#69db99",d:"M1034 387H121C54.73 387 1 333.27 1 267V0"}})])}),[],!1,null,null,null);e.default=component.exports}}]);
|
67
_nuxt/LICENSES
Normal file
67
_nuxt/LICENSES
Normal file
@ -0,0 +1,67 @@
|
|||||||
|
/*
|
||||||
|
object-assign
|
||||||
|
(c) Sindre Sorhus
|
||||||
|
@license MIT
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* The buffer module from node.js, for the browser.
|
||||||
|
*
|
||||||
|
* @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
|
||||||
|
* @license MIT
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* The buffer module from node.js, for the browser.
|
||||||
|
*
|
||||||
|
* @author Feross Aboukhadijeh <http://feross.org>
|
||||||
|
* @license MIT
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
||||||
|
|
||||||
|
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @license
|
||||||
|
* Lodash <https://lodash.com/>
|
||||||
|
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
||||||
|
* Released under MIT license <https://lodash.com/license>
|
||||||
|
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
||||||
|
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* [js-sha3]{@link https://github.com/emn178/js-sha3}
|
||||||
|
*
|
||||||
|
* @version 0.5.7
|
||||||
|
* @author Chen, Yi-Cyuan [emn178@gmail.com]
|
||||||
|
* @copyright Chen, Yi-Cyuan 2015-2016
|
||||||
|
* @license MIT
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* [js-sha3]{@link https://github.com/emn178/js-sha3}
|
||||||
|
*
|
||||||
|
* @version 0.8.0
|
||||||
|
* @author Chen, Yi-Cyuan [emn178@gmail.com]
|
||||||
|
* @copyright Chen, Yi-Cyuan 2015-2018
|
||||||
|
* @license MIT
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @preserve
|
||||||
|
* Counter block mode compatible with Dr Brian Gladman fileenc.c
|
||||||
|
* derived from CryptoJS.mode.CTR
|
||||||
|
* Jan Hruby jhruby.web@gmail.com
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @preserve
|
||||||
|
(c) 2012 by Cédric Mesnil. All rights reserved.
|
||||||
|
|
||||||
|
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
||||||
|
|
||||||
|
- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
||||||
|
- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
||||||
|
|
||||||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
*/
|
1
_nuxt/ab5a471.js
Normal file
1
_nuxt/ab5a471.js
Normal file
@ -0,0 +1 @@
|
|||||||
|
(this.webpackJsonp=this.webpackJsonp||[]).push([[10],{1245:function(t,e,r){"use strict";r.r(e);var n=r(17),component=Object(n.a)({},(function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("svg",{attrs:{fill:"none",viewBox:"0 0 1034 417"}},[r("path",{attrs:{stroke:"#3f4047",d:"M0 2h913c66.27 0 120 53.73 120 120v295"}}),t._v(" "),r("path",{attrs:{stroke:"#1d1d1d",d:"M0 1h913c66.27 0 120 53.73 120 120v296"}}),t._v(" "),r("path",{staticClass:"stroke-animation-top",attrs:{stroke:"#69db99",d:"M0 1h913c66.27 0 120 53.73 120 120v296"}})])}),[],!1,null,null,null);e.default=component.exports}}]);
|
1
_nuxt/b38c7a6.js
Normal file
1
_nuxt/b38c7a6.js
Normal file
@ -0,0 +1 @@
|
|||||||
|
(this.webpackJsonp=this.webpackJsonp||[]).push([[19],{1254:function(l,z,m){"use strict";m.r(z);var c=m(17),component=Object(c.a)({},(function(){var l=this.$createElement,z=this._self._c||l;return z("svg",{attrs:{viewBox:"0 0 24 24"}},[z("path",{attrs:{"fill-rule":"evenodd",d:"M5.75 3.02A.16.16 0 005.63 3a.15.15 0 00-.1.07L3.77 5.95a.14.14 0 00-.02.08l.2 3.17-.33.28a.14.14 0 00-.05.11c0 .05.02.09.05.11l.48.38-.3.29a.14.14 0 000 .2l.49.47-.21.2a.14.14 0 00-.01.2l.81.96-1.87 4.25a.14.14 0 000 .1l1.11 4.14c.01.04.04.07.08.1.03.01.08.02.12 0l5.66-1.72 1.33.55h.02l4 .93h.06l2.31-.35c.05 0 .1-.04.12-.08l.61-1.28.03-.01a.15.15 0 00.06-.07l.27.1c.04 0 .09 0 .12-.02a.15.15 0 00.08-.09l1.1-3.49v-.07l-.55-3.24.64-.77a.14.14 0 00-.02-.21l-.18-.14.36-.32a.14.14 0 00.05-.12.15.15 0 00-.06-.1l-.25-.2.35-.27a.15.15 0 00.06-.11.15.15 0 00-.06-.12l-.28-.2.84-2.36.01-.06-.15-2.4a.15.15 0 00-.06-.1.16.16 0 00-.13-.03l-6.1 1.37-4.52-.34-4.3-2.65zm12.5 15.72v.05a.15.15 0 00-.08.08l-1.99.26h-.01l-.36.12.22-1.36.3-.25 1.6-.18.26.17.24.15.13.17-.19.68-.04.01a.15.15 0 00-.07.1zm1.5-3.2l-1 3.18-.23-.07.2-.7a.07.07 0 00-.01-.06l-.16-.2-.02-.02-.23-.15-.32-.7.85-1.1.91-.18zM5.15 12.27l-.76-.92.22-.21a.14.14 0 000-.2l-.49-.47.3-.3a.14.14 0 000-.22l-.47-.36.25-.22a.14.14 0 00.05-.12l-.2-3.2 1.66-2.7.22.14 6.12 5.46L9 11.05l-3.84 1.22zm-1.8 4.36l1.84-4.2.01-.02 3.76-1.2.17 1.8a.07.07 0 000 .04l2.11 3.23-2.56.14-5.33.2zM9.85 19l-5.47 1.66-1.05-3.88 5.31-.2L9.84 19zm.52.1l5.5-1.16-.23 1.39-.56.56-3.87-.6-.81-.17-.03-.01zm7.72-.07l-.52 1.1-2.2.33-3.95-.92-.3-.12.06.01 3.91.62c.03 0 .05 0 .07-.03l.6-.6.45-.15 1.88-.24zM6.67 3.95L9.9 5.94l.08.02H10l1.75 2.5-5.08-4.51zm13.88 1.02l.14 2.19-.87 2.43c-.02.06 0 .13.05.17l.22.15-.35.27a.15.15 0 00-.06.12c0 .04.02.09.06.11l.26.2-.36.33a.14.14 0 00-.05.1c0 .05.03.09.06.12l.2.15-.58.69-2.92-.95-1.63-2.02 5.83-4.06zm-5.9 1.33l5.53-1.25-5.5 3.82-.03-2.57zm-4.45-.32l4.29.33.04 2.7v.02l.91 4.04.38 1.29.01.02.03.04.34.5c.02.03.07.05.1.03l.97-.5.1 1.4v.03l.45.97.24.52-.07-.04a.08.08 0 00-.05-.02l-1.6.18-2.07-2.95-.6-1.45-1.41-4.16a.08.08 0 00-.01-.01L10.2 5.98zm9.02 6.16l.56 3.24-1.01.2-1.22.18.9-2.98c0-.03 0-.06-.03-.08l-1.75-1.39 2.55.83zm-7.08-3.06l-3.02 2.07.17 1.79 4.2.1-1.35-3.96zm-.93 5.5l-1.78-1.5 4.08.1-.12 1.75-.7-1.02a.08.08 0 00-.1-.02l-1.38.68zm1.38-.53l.69 1-1.86-.42 1.17-.58zm-3.04-.66l1.57 1.3.15 1.34-1.72-2.64zm4.1.05l-.12 1.69 2.37 2-1.77-2.51v-.02l-.48-1.16zm1.1-4.12l1.5 1.84v.01l1.93 1.53-2.6.28-.82-3.66zm.87 3.8l2.6-.27-.9 1.38-1.02-.5a.08.08 0 00-.07 0 .07.07 0 00-.04.05l-.12.68-.08-.12-.02-.03-.35-1.19zm.7.79l-.12.74.1.13.88-.46-.85-.41zm1.24 2l.35.76.7-.91-1.05.15zm-4.15-.69l-2.12-.46.17 1.53 4.48 1.48.25-.2-2.78-2.35zm-4.6 1.35l2.45-.14-1.27 2.51-1.18-2.37zm2.62-.13L10.13 19l5.54-1.18-4.24-1.4zm6.06-1.02l-.07-1.08.73-1.1-.66 2.18z","clip-rule":"evenodd"}})])}),[],!1,null,null,null);z.default=component.exports}}]);
|
1
_nuxt/b749748.js
Normal file
1
_nuxt/b749748.js
Normal file
@ -0,0 +1 @@
|
|||||||
|
(this.webpackJsonp=this.webpackJsonp||[]).push([[6],{1241:function(C,t,e){"use strict";e.r(t);var n=e(17),component=Object(n.a)({},(function(){var C=this.$createElement,t=this._self._c||C;return t("svg",{attrs:{viewBox:"0 0 12 12"}},[t("path",{attrs:{d:"M8.746 2.397H7.675C7.443 2.397 7.256 2.585 7.256 2.816C7.256 3.048 7.444 3.235 7.675 3.235H8.746C9.414 3.235 9.957 3.779 9.957 4.446V9.937C9.957 10.605 9.413 11.148 8.746 11.148H3.254C2.586 11.148 2.043 10.604 2.043 9.937V4.447C2.043 3.779 2.587 3.236 3.254 3.236H4.325C4.557 3.236 4.744 3.048 4.744 2.817C4.744 2.585 4.556 2.398 4.325 2.398H3.254C2.124 2.398 1.204 3.318 1.204 4.448V9.939C1.204 11.069 2.124 11.989 3.254 11.989H8.745C9.875 11.989 10.795 11.069 10.795 9.939V4.447C10.796 3.317 9.876 2.397 8.746 2.397ZM4.246 6.312C4.082 6.148 3.817 6.148 3.653 6.312C3.489 6.476 3.489 6.741 3.653 6.905L5.703 8.955C5.713 8.965 5.723 8.974 5.734 8.983C5.738 8.987 5.743 8.99 5.748 8.993C5.754 8.998 5.761 9.003 5.767 9.007C5.773 9.011 5.779 9.014 5.784 9.017C5.79 9.021 5.796 9.024 5.802 9.027C5.808 9.03 5.814 9.035 5.82 9.038C5.827 9.04 5.833 9.044 5.839 9.046C5.845 9.049 5.851 9.05 5.857 9.053C5.864 9.055 5.87 9.058 5.877 9.06C5.884 9.062 5.89 9.063 5.897 9.065C5.904 9.067 5.911 9.069 5.918 9.07C5.925 9.072 5.933 9.072 5.94 9.073C5.946 9.074 5.952 9.075 5.959 9.076C5.972 9.077 5.986 9.078 6 9.078C6.014 9.078 6.028 9.077 6.041 9.076C6.047 9.076 6.054 9.074 6.06 9.073C6.067 9.072 6.074 9.072 6.082 9.07C6.089 9.069 6.096 9.067 6.103 9.065C6.109 9.063 6.115 9.062 6.121 9.06C6.128 9.058 6.135 9.055 6.141 9.053C6.148 9.051 6.154 9.049 6.16 9.046C6.166 9.044 6.172 9.04 6.179 9.038C6.185 9.035 6.191 9.032 6.197 9.029C6.203 9.026 6.209 9.022 6.215 9.019C6.221 9.016 6.227 9.012 6.233 9.009C6.24 9.005 6.246 9 6.252 8.995C6.256 8.992 6.261 8.988 6.266 8.985C6.277 8.976 6.287 8.967 6.297 8.957L8.347 6.907C8.511 6.743 8.511 6.478 8.347 6.314C8.183 6.15 7.918 6.15 7.754 6.314L6.419 7.647V0.431C6.419 0.199 6.231 0.0120001 6 0.0120001C5.768 0.0120001 5.581 0.2 5.581 0.431V7.647L4.246 6.312Z"}})])}),[],!1,null,null,null);t.default=component.exports}}]);
|
1
_nuxt/b81d778.js
Normal file
1
_nuxt/b81d778.js
Normal file
@ -0,0 +1 @@
|
|||||||
|
(this.webpackJsonp=this.webpackJsonp||[]).push([[14],{1249:function(e,t,l){"use strict";l.r(t);var h=l(17),component=Object(h.a)({},(function(){var e=this.$createElement,t=this._self._c||e;return t("svg",{attrs:{viewBox:"0 0 24 24"}},[t("path",{attrs:{"fill-rule":"evenodd",d:"M12 5.5a6.5 6.5 0 100 13 6.5 6.5 0 000-13zM4.5 12a7.5 7.5 0 1115 0 7.5 7.5 0 01-15 0zm8-3.51V9.5h-1V8.49h1zm-2 7.01v-1h1v-2h-1v-1h2v3h1v1h-3z","clip-rule":"evenodd"}})])}),[],!1,null,null,null);t.default=component.exports}}]);
|
1
_nuxt/cbdd308.js
Normal file
1
_nuxt/cbdd308.js
Normal file
@ -0,0 +1 @@
|
|||||||
|
(this.webpackJsonp=this.webpackJsonp||[]).push([[24],{1259:function(l,e,t){"use strict";t.r(e);var c=t(17),component=Object(c.a)({},(function(){var l=this.$createElement,e=this._self._c||l;return e("svg",{attrs:{viewBox:"0 0 24 24"}},[e("path",{attrs:{"fill-rule":"evenodd",d:"M24 12a12 12 0 11-24 0 12 12 0 0124 0zm-13.48 5.05l.98-.95c.04.04.11.08.23.12l1.8 1.35c.61.44 1.21.89 1.82 1.35.71.53 1.32.3 1.5-.57.76-3.73 1.55-7.46 2.35-11.18.1-.46.22-.92.26-1.41.07-.76-.45-1.14-1.13-.88a1281.61 1281.61 0 00-13 5.1l-2.13.84c-.26.07-.5.22-.68.41-.19.2-.15.46.08.61.13.09.25.13.37.17l.15.06.7.23c.92.3 1.84.6 2.78.87.15.04.22.12.26.27l.73 2.3.74 2.3c.08.2.19.3.42.3.3 0 .56-.1.79-.34l.98-.95zm-1.7.15h-.04a43 43 0 01-.75-2.35l-.28-.88-.29-.87c-.07-.15-.03-.23.12-.34l4.07-2.59 4.07-2.59.12-.05c.1-.06.19-.1.3-.14.07-.02.14 0 .2.02l.14.02-.03.06a.68.68 0 01-.12.2l-1.85 1.68a154 154 0 01-1.85 1.67c-1.1 1.03-2.19 2.06-3.32 3.05-.15.15-.23.26-.23.45l-.22 2.55c-.04.04-.04.08-.04.11z","clip-rule":"evenodd"}})])}),[],!1,null,null,null);e.default=component.exports}}]);
|
1
_nuxt/d80930b.js
Normal file
1
_nuxt/d80930b.js
Normal file
@ -0,0 +1 @@
|
|||||||
|
(this.webpackJsonp=this.webpackJsonp||[]).push([[29],{1264:function(e,t,c){"use strict";c.r(t);var l=c(17),component=Object(l.a)({},(function(){var e=this.$createElement,t=this._self._c||e;return t("svg",{attrs:{viewBox:"0 0 24 24"}},[t("path",{attrs:{"fill-rule":"evenodd",d:"M24 12a12 12 0 11-24 0 12 12 0 0124 0zm-5.87-4.81A5.06 5.06 0 0020 6.63a7.1 7.1 0 01-1.75 1.98v.44c0 4.68-3.3 10.04-9.35 10.04a8.84 8.84 0 01-5.05-1.62 6.36 6.36 0 004.86-1.43c-1.44 0-2.62-1-3.06-2.44.19.07.44.07.63.07.3 0 .62-.06.87-.13a3.57 3.57 0 01-2.62-3.49V10c.44.25.93.44 1.5.44A3.54 3.54 0 014.59 7.5c0-.69.13-1.31.44-1.8a9.15 9.15 0 006.8 3.67c-.06-.25-.06-.56-.06-.81 0-2 1.5-3.56 3.3-3.56.94 0 1.74.44 2.37 1.12.81-.18 1.5-.5 2.12-.87-.24.82-.75 1.5-1.43 1.94z","clip-rule":"evenodd"}})])}),[],!1,null,null,null);t.default=component.exports}}]);
|
1
_nuxt/dd2b074.js
Normal file
1
_nuxt/dd2b074.js
Normal file
@ -0,0 +1 @@
|
|||||||
|
(this.webpackJsonp=this.webpackJsonp||[]).push([[12],{1247:function(c,t,e){"use strict";e.r(t);var h=e(17),component=Object(h.a)({},(function(){var c=this.$createElement,t=this._self._c||c;return t("svg",{attrs:{fill:"none",viewBox:"0 0 24 24"}},[t("path",{attrs:{fill:"#fff",d:"M8.393 16.615c-.578 0-1.13-.117-1.656-.352a4.3 4.3 0 01-1.374-.98 4.85 4.85 0 01-.944-1.465A4.645 4.645 0 014.066 12c0-.643.118-1.247.353-1.81.235-.564.55-1.055.944-1.473a4.301 4.301 0 011.374-.98 4.017 4.017 0 011.656-.352c.497 0 .962.085 1.395.254.437.164.82.387 1.148.669.334.277.615.599.846.965.234.367.403.747.507 1.142h-1.444a2.972 2.972 0 00-.325-.677A2.19 2.19 0 0010 9.161a2.549 2.549 0 00-.712-.395 2.467 2.467 0 00-.894-.155c-.376 0-.743.085-1.1.254-.352.164-.667.399-.944.704-.272.3-.493.658-.662 1.071-.17.413-.254.867-.254 1.36 0 .489.085.94.254 1.353.17.413.39.773.662 1.078.277.3.592.535.944.704.357.17.724.254 1.1.254.357 0 .685-.059.986-.176a2.669 2.669 0 001.374-1.19c.15-.273.254-.562.31-.867h-2.74v-1.304h4.036v4.693h-1.007l-.36-.867c-.192.183-.42.343-.683.479-.22.117-.493.223-.817.317-.32.094-.686.141-1.1.141zM18.637 13.296c0-.31-.052-.591-.155-.845a2.427 2.427 0 00-.394-.662 1.662 1.662 0 00-.578-.43 1.58 1.58 0 00-.677-.155c-.23 0-.455.051-.676.155-.22.103-.413.246-.578.43a2.213 2.213 0 00-.394.662 2.223 2.223 0 00-.155.845c0 .31.051.592.155.846.103.254.235.474.394.662.165.188.357.334.578.437.22.103.446.153.676.148a1.643 1.643 0 001.255-.585 2.21 2.21 0 00.394-.662 2.22 2.22 0 00.155-.846zm1.297 0c0 .489-.078.938-.233 1.346-.16.404-.383.752-.67 1.043-.281.291-.61.519-.986.683a2.99 2.99 0 01-1.212.247 2.99 2.99 0 01-1.211-.247 3.074 3.074 0 01-.987-.683 3.235 3.235 0 01-.67-1.043 3.538 3.538 0 01-.232-1.346c0-.488.078-.934.233-1.338.16-.404.383-.754.67-1.05.281-.291.61-.52.986-.683a2.99 2.99 0 011.211-.247c.433 0 .837.082 1.212.247.376.164.705.392.987.683.282.291.505.641.67 1.05.154.404.232.85.232 1.338zM14.802 7.447h1.605v1.605h-1.605zM17.256 7.447h1.605v1.605h-1.605z"}})])}),[],!1,null,null,null);t.default=component.exports}}]);
|
1
_nuxt/dd5675a.js
Normal file
1
_nuxt/dd5675a.js
Normal file
@ -0,0 +1 @@
|
|||||||
|
!function(e){function r(data){for(var r,n,f=data[0],l=data[1],d=data[2],i=0,v=[];i<f.length;i++)n=f[i],Object.prototype.hasOwnProperty.call(o,n)&&o[n]&&v.push(o[n][0]),o[n]=0;for(r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r]);for(h&&h(data);v.length;)v.shift()();return c.push.apply(c,d||[]),t()}function t(){for(var e,i=0;i<c.length;i++){for(var r=c[i],t=!0,n=1;n<r.length;n++){var l=r[n];0!==o[l]&&(t=!1)}t&&(c.splice(i--,1),e=f(f.s=r[0]))}return e}var n={},o={33:0},c=[];function f(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,f),t.l=!0,t.exports}f.e=function(e){var r=[],t=o[e];if(0!==t)if(t)r.push(t[2]);else{var n=new Promise((function(r,n){t=o[e]=[r,n]}));r.push(t[2]=n);var c,script=document.createElement("script");script.charset="utf-8",script.timeout=120,f.nc&&script.setAttribute("nonce",f.nc),script.src=function(e){return f.p+""+{0:"43a152c",1:"0b8730d",2:"124220f",3:"ffbfe32",4:"799122e",5:"f9f02f7",6:"b749748",7:"63bb2d6",8:"effe422",9:"810a51a",10:"ab5a471",11:"195bcbd",12:"dd2b074",13:"f083f4f",14:"b81d778",15:"e7d64ad",16:"eb206ae",17:"1d90221",18:"105c5a9",19:"b38c7a6",20:"e0a3cee",21:"18b8d09",22:"752b6c7",23:"6c82358",24:"cbdd308",25:"11e7024",26:"01a085c",27:"8bc6849",28:"f833bb2",29:"d80930b",30:"8293169",31:"2a8f223"}[e]+".js"}(e);var l=new Error;c=function(r){script.onerror=script.onload=null,clearTimeout(d);var t=o[e];if(0!==t){if(t){var n=r&&("load"===r.type?"missing":r.type),c=r&&r.target&&r.target.src;l.message="Loading chunk "+e+" failed.\n("+n+": "+c+")",l.name="ChunkLoadError",l.type=n,l.request=c,t[1](l)}o[e]=void 0}};var d=setTimeout((function(){c({type:"timeout",target:script})}),12e4);script.onerror=script.onload=c,document.head.appendChild(script)}return Promise.all(r)},f.m=e,f.c=n,f.d=function(e,r,t){f.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},f.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},f.t=function(e,r){if(1&r&&(e=f(e)),8&r)return e;if(4&r&&"object"==typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(f.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var n in e)f.d(t,n,function(r){return e[r]}.bind(null,n));return t},f.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return f.d(r,"a",r),r},f.o=function(object,e){return Object.prototype.hasOwnProperty.call(object,e)},f.p="/_nuxt/",f.oe=function(e){throw console.error(e),e};var l=this.webpackJsonp=this.webpackJsonp||[],d=l.push.bind(l);l.push=r,l=l.slice();for(var i=0;i<l.length;i++)r(l[i]);var h=d;t()}([]);
|
1
_nuxt/e0a3cee.js
Normal file
1
_nuxt/e0a3cee.js
Normal file
@ -0,0 +1 @@
|
|||||||
|
(this.webpackJsonp=this.webpackJsonp||[]).push([[20],{1255:function(t,e,l){"use strict";l.r(e);var n=l(17),component=Object(n.a)({},(function(){var t=this,e=t.$createElement,l=t._self._c||e;return l("svg",{attrs:{viewBox:"0 0 24 24",fill:"#fafafa"}},[l("path",{attrs:{"fill-rule":"evenodd",d:"M12 .9a11.2 11.2 0 110 22.4A11.2 11.2 0 0112 .9zm0-.8a12 12 0 110 24 12 12 0 010-24z","clip-rule":"evenodd"}}),t._v(" "),l("path",{attrs:{d:"M13.83 11.53c0 3.59-2.9 6.59-6.63 6.02 1.84-.86 3.39-2.77 3.39-6.02h-2a.27.27 0 01-.21-.44l3.7-4.57c.1-.13.31-.13.42 0l3.66 4.57c.14.17.02.44-.21.44h-2.12z"}})])}),[],!1,null,null,null);e.default=component.exports}}]);
|
1
_nuxt/e7d64ad.js
Normal file
1
_nuxt/e7d64ad.js
Normal file
@ -0,0 +1 @@
|
|||||||
|
(this.webpackJsonp=this.webpackJsonp||[]).push([[15],{1250:function(l,v,e){"use strict";e.r(v);var t=e(17),component=Object(t.a)({},(function(){var l=this,v=l.$createElement,e=l._self._c||v;return e("svg",{attrs:{viewBox:"0 0 24 24"}},[e("path",{attrs:{"fill-rule":"evenodd",d:"M13.35 5.63c0 .5-.27.93-.67 1.16a1.23 1.23 0 01-.76.19 1.35 1.35 0 01-1.28-1.35 1.35 1.35 0 012.72 0zM12 4.43c.4 0 .74.17.96.46a1.23 1.23 0 00-.92-.42 1.25 1.25 0 00-1.25 1.16c0-.67.55-1.2 1.21-1.2zm1.13 1.3c0 .4-.2.74-.52.94a1.21 1.21 0 01-.67.16 1.1 1.1 0 01-1-1.1c0-.62.5-1.11 1.1-1.11.6 0 1.1.5 1.1 1.1z","clip-rule":"evenodd"}}),l._v(" "),e("path",{attrs:{"fill-rule":"evenodd",d:"M11.86 10.46a3.5 3.5 0 01-3.37-3.48 3.5 3.5 0 013.5-3.49 3.5 3.5 0 013.51 3.49v.05a3.45 3.45 0 01-3.64 3.43zm0-.14H12A3.35 3.35 0 0015.35 7a3.3 3.3 0 10-3.48 3.32z","clip-rule":"evenodd"}}),l._v(" "),e("path",{attrs:{"fill-rule":"evenodd",d:"M12 3a3.99 3.99 0 00-2.4 7.16v1.74h.72v.52l.3.49v.33l.16.22v.18l-.16.37v.52l.62.43v.26l-.62.45v.97l.5.44v.23l-.52.51.36.48v.1l-.31.65v.51l1 1.07v.08l.46.29.34-.25v-.07l.38-.32h.09l.81-.69V11.9h.72v-1.78A3.96 3.96 0 0012 3zM8.3 6.98A3.7 3.7 0 0112 3.29a3.7 3.7 0 013.7 3.69 3.7 3.7 0 01-3.7 3.68 3.7 3.7 0 01-3.7-3.68zm4.64 12.98v-9.1a4 4 0 001.22-.52v1.27h-.72v7.93l-.5.42zm-.24-9.06v9.18l-.32.28v-9.41l.32-.05zm-.47.06v9.52l-.07.07v.05l-.07.04-.15-.1v-.03l-.07-.08v-9.47a4.1 4.1 0 00.36 0zm-.51 0v9.31l-.78-.82v-.33l.31-.65v-.26l-.26-.36.43-.41v-.5l-.5-.43v-.69l.62-.45v-.57l-.62-.43v-.3l.16-.37v-.34l-.16-.22v-.32l-.3-.48v-.74H9.9v-1.22a4 4 0 001.82.57z","clip-rule":"evenodd"}})])}),[],!1,null,null,null);v.default=component.exports}}]);
|
1
_nuxt/eb206ae.js
Normal file
1
_nuxt/eb206ae.js
Normal file
File diff suppressed because one or more lines are too long
8
_nuxt/ef1ed3e.js
Normal file
8
_nuxt/ef1ed3e.js
Normal file
File diff suppressed because one or more lines are too long
1
_nuxt/effe422.js
Normal file
1
_nuxt/effe422.js
Normal file
@ -0,0 +1 @@
|
|||||||
|
(this.webpackJsonp=this.webpackJsonp||[]).push([[8],{1243:function(t,l,f){"use strict";f.r(l);var c=f(17),component=Object(c.a)({},(function(){var t=this,l=t.$createElement,f=t._self._c||l;return f("svg",{attrs:{fill:"none",viewBox:"0 0 24 24"}},[f("path",{attrs:{fill:"#f1f1f1",d:"M12 16.28V21l6-8.23-6 3.5zM17.77 12.37L12.01 3v6.81l5.76 2.56z"}}),t._v(" "),f("path",{attrs:{fill:"#fff",d:"M12 9.8v5.82l5.72-3.27-5.71-2.54z"}}),t._v(" "),f("path",{attrs:{fill:"#c2c2c2",d:"M6.25 12.37L12 3v6.81l-5.76 2.56z"}}),t._v(" "),f("path",{attrs:{fill:"#d5d5d5",d:"M12 9.8v5.82l-5.72-3.27L12 9.8z"}}),t._v(" "),f("path",{attrs:{fill:"#c2c2c2",d:"M12 16.28V21l-6-8.23 6 3.5z"}})])}),[],!1,null,null,null);l.default=component.exports}}]);
|
1
_nuxt/f083f4f.js
Normal file
1
_nuxt/f083f4f.js
Normal file
@ -0,0 +1 @@
|
|||||||
|
(this.webpackJsonp=this.webpackJsonp||[]).push([[13],{1248:function(t,e,l){"use strict";l.r(e);var n=l(17),component=Object(n.a)({},(function(){var t=this,e=t.$createElement,l=t._self._c||e;return l("svg",{attrs:{viewBox:"0 0 24 24",fill:"#69db99"}},[l("path",{attrs:{"fill-rule":"evenodd",d:"M12 23.1A11.2 11.2 0 1012 .7a11.2 11.2 0 000 22.4zm0 .8a12 12 0 100-24 12 12 0 000 24z","clip-rule":"evenodd"}}),t._v(" "),l("path",{attrs:{d:"M13.83 12.47c0-3.59-2.9-6.59-6.63-6.02 1.84.86 3.39 2.77 3.39 6.02h-2a.27.27 0 00-.21.44l3.7 4.57c.1.13.31.13.42 0l3.66-4.57a.27.27 0 00-.21-.44h-2.12z"}})])}),[],!1,null,null,null);e.default=component.exports}}]);
|
1
_nuxt/f833bb2.js
Normal file
1
_nuxt/f833bb2.js
Normal file
@ -0,0 +1 @@
|
|||||||
|
(this.webpackJsonp=this.webpackJsonp||[]).push([[28],{1263:function(t,e,n){"use strict";n.r(e);var r=n(17),component=Object(r.a)({},(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("svg",{attrs:{fill:"none",viewBox:"0 0 721 417"}},[n("path",{attrs:{stroke:"#1d1d1d",d:"M-313 1h913c66.27 0 120 53.73 120 120v296"}}),t._v(" "),n("path",{staticClass:"stroke-animation-top",attrs:{stroke:"#69db99",d:"M-313 1h913c66.27 0 120 53.73 120 120v296"}})])}),[],!1,null,null,null);e.default=component.exports}}]);
|
1
_nuxt/f9f02f7.js
Normal file
1
_nuxt/f9f02f7.js
Normal file
@ -0,0 +1 @@
|
|||||||
|
(this.webpackJsonp=this.webpackJsonp||[]).push([[5],{1240:function(e,t,l){"use strict";l.r(t);var n=l(17),component=Object(n.a)({},(function(){var e=this.$createElement,t=this._self._c||e;return t("svg",{attrs:{viewBox:"0 0 24 24"}},[t("path",{attrs:{"fill-rule":"evenodd",d:"M4.3 4.3a1 1 0 011.4 0l6.3 6.29 6.3-6.3a1 1 0 111.4 1.42L13.42 12l6.3 6.3a1 1 0 01-1.42 1.4L12 13.42l-6.3 6.3a1 1 0 01-1.4-1.42L10.58 12l-6.3-6.3a1 1 0 010-1.4z","clip-rule":"evenodd"}})])}),[],!1,null,null,null);t.default=component.exports}}]);
|
1
_nuxt/ffbfe32.js
Normal file
1
_nuxt/ffbfe32.js
Normal file
@ -0,0 +1 @@
|
|||||||
|
(this.webpackJsonp=this.webpackJsonp||[]).push([[3],{1238:function(e,t,l){"use strict";l.r(t);var n=l(17),component=Object(n.a)({},(function(){var e=this.$createElement,t=this._self._c||e;return t("svg",{attrs:{viewBox:"0 0 24 24"}},[t("path",{attrs:{"fill-rule":"evenodd",d:"M4.5 12a7.5 7.5 0 1115 0 7.5 7.5 0 01-15 0zM12 5.5a6.5 6.5 0 100 13 6.5 6.5 0 000-13zm-.7 6.5L8.64 9.35l.7-.7L12 11.29l2.65-2.64.7.7L12.71 12l2.64 2.65-.7.7L12 12.71l-2.65 2.64-.7-.7L11.29 12z","clip-rule":"evenodd"}})])}),[],!1,null,null,null);t.default=component.exports}}]);
|
2
_nuxt/workers/events.worker.js
Normal file
2
_nuxt/workers/events.worker.js
Normal file
File diff suppressed because one or more lines are too long
2
_nuxt/workers/nullifier.worker.js
Normal file
2
_nuxt/workers/nullifier.worker.js
Normal file
File diff suppressed because one or more lines are too long
1
events.worker.js
Normal file
1
events.worker.js
Normal file
File diff suppressed because one or more lines are too long
1
fund/index.html
Normal file
1
fund/index.html
Normal file
@ -0,0 +1 @@
|
|||||||
|
<!doctype html><html lang="en" data-n-head="%7B%22lang%22:%7B%221%22:%22en%22%7D%7D"><head><script>function addScript(n){const t=document.createElement("script");t.setAttribute("src",n),document.body.appendChild(t)}window.location.search&&(window.location=window.location.origin+window.location.pathname),document.addEventListener("DOMContentLoaded",()=>{var t=(window.location.pathname.match(/^(\/(?:ipfs|ipns)\/[^/]+)/)||[])[1]||"";if(t){var o,i=[...document.getElementsByTagName("script")];for(let n=0;n<i.length;n++)i[n].src&&(o=new URL(i[n].src),addScript(window.location.origin+t+o.pathname))}addScript(`${window.location.origin}${t}/snarkjs.min.js`)})</script><title>Tornado Cash Nova</title><meta data-n-head="1" charset="utf-8"><meta data-n-head="1" name="viewport" content="width=device-width,initial-scale=1"><meta data-n-head="1" data-hid="description" name="description" content="Non-custodial Ethereum Privacy solution with arbitrary amounts and shielded transfers."><meta data-n-head="1" name="keywords" content="Privacy, Ethereum, ERC20, dapp, smart contract, decentralized, metamask, zksnark, zero knowledge"><meta data-n-head="1" name="author" content="Tornado.cash"><meta data-n-head="1" name="msapplication-TileColor" content="#1d1e23"><meta data-n-head="1" name="theme-color" content="#1d1e23"><meta data-n-head="1" property="og:type" content="website"><meta data-n-head="1" property="og:title" content="Tornado.cash Nova"><meta data-n-head="1" property="og:site_name" content="Tornado.cash Nova"><meta data-n-head="1" property="og:image:type" content="image/png"><meta data-n-head="1" property="og:image:width" content="1200"><meta data-n-head="1" property="og:image:height" content="1200"><meta data-n-head="1" property="og:image" content="https://tornado.cash/nova.png"><meta data-n-head="1" name="twitter:card" content="summary"><meta data-n-head="1" name="twitter:site" content="@TornadoCash"><meta data-n-head="1" name="twitter:domain" content="https://tornado.cash"><meta data-n-head="1" name="twitter:title" content="Tornado.cash Nova"><meta data-n-head="1" name="twitter:description" content="Non-custodial Ethereum Privacy solution with arbitrary amounts and shielded transfers."><meta data-n-head="1" name="twitter:image:src" content="https://tornado.cash/nova.png"><meta data-n-head="1" name="twitter:image:alt" content="Tornado.cash"><link data-n-head="1" rel="icon" href="/icons/favicon.ico" sizes="any"><link data-n-head="1" rel="icon" href="/icons/icon.svg" type="image/svg+xml"><link data-n-head="1" rel="apple-touch-icon" href="/icons/apple-touch-icon.png"><link data-n-head="1" rel="manifest" href="/manifest.webmanifest"><link data-n-head="1" rel="preconnect" href="https://fonts.gstatic.com"><link data-n-head="1" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap"><link rel="preload" href="/_nuxt/dd5675a.js" as="script"><link rel="preload" href="/_nuxt/ef1ed3e.js" as="script"><link rel="preload" href="/_nuxt/42b9d79.js" as="script"></head><body><div id="__nuxt"><style>#nuxt-loading{background:#fff;visibility:hidden;opacity:0;position:absolute;left:0;right:0;top:0;bottom:0;display:flex;justify-content:center;align-items:center;flex-direction:column;animation:nuxtLoadingIn 10s ease;-webkit-animation:nuxtLoadingIn 10s ease;animation-fill-mode:forwards;overflow:hidden}@keyframes nuxtLoadingIn{0%{visibility:hidden;opacity:0}20%{visibility:visible;opacity:0}100%{visibility:visible;opacity:1}}@-webkit-keyframes nuxtLoadingIn{0%{visibility:hidden;opacity:0}20%{visibility:visible;opacity:0}100%{visibility:visible;opacity:1}}#nuxt-loading>div,#nuxt-loading>div:after{border-radius:50%;width:5rem;height:5rem}#nuxt-loading>div{font-size:10px;position:relative;text-indent:-9999em;border:.5rem solid #f5f5f5;border-left:.5rem solid #000;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:nuxtLoading 1.1s infinite linear;animation:nuxtLoading 1.1s infinite linear}#nuxt-loading.error>div{border-left:.5rem solid #ff4500;animation-duration:5s}@-webkit-keyframes nuxtLoading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes nuxtLoading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}</style><script>window.addEventListener("error",function(){var e=document.getElementById("nuxt-loading");e&&(e.className+=" error")})</script><div id="nuxt-loading" aria-live="polite" role="status"><div>Loading...</div></div></div><script>window.__NUXT__={config:{_app:{basePath:"/",assetsPath:"/_nuxt/",cdnURL:null}}}</script><script src="/_nuxt/dd5675a.js"></script><script src="/_nuxt/ef1ed3e.js"></script><script src="/_nuxt/42b9d79.js"></script></body></html>
|
BIN
icons/apple-touch-icon.png
Normal file
BIN
icons/apple-touch-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
BIN
icons/favicon.ico
Normal file
BIN
icons/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
BIN
icons/icon-192.png
Normal file
BIN
icons/icon-192.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
BIN
icons/icon-512.png
Normal file
BIN
icons/icon-512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.1 KiB |
3
icons/icon.svg
Normal file
3
icons/icon.svg
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 512 512">
|
||||||
|
<path fill="#94febf" d="M513.28 248.94a222 222 0 00-220.7-213.01 219.43 219.43 0 00-182.22 97.52A145 145 0 01247.66 0 219.43 219.43 0 0035.93 219.43a215.58 215.58 0 0098.8 182.21A145 145 0 010 264.34a219.43 219.43 0 00401.64 115.49A146.29 146.29 0 01264.34 512a219.43 219.43 0 00211.73-219.43 221.99 221.99 0 00-97.52-182.21 151.42 151.42 0 01134.73 138.58zm-256.64 100.1a94.96 94.96 0 01-66.72-26.96 91.09 91.09 0 01-25.67-65.44 92.4 92.4 0 1192.4 92.4z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 542 B |
1
index.html
Normal file
1
index.html
Normal file
@ -0,0 +1 @@
|
|||||||
|
<!doctype html><html lang="en" data-n-head="%7B%22lang%22:%7B%221%22:%22en%22%7D%7D"><head><script>function addScript(n){const t=document.createElement("script");t.setAttribute("src",n),document.body.appendChild(t)}window.location.search&&(window.location=window.location.origin+window.location.pathname),document.addEventListener("DOMContentLoaded",()=>{var t=(window.location.pathname.match(/^(\/(?:ipfs|ipns)\/[^/]+)/)||[])[1]||"";if(t){var o,i=[...document.getElementsByTagName("script")];for(let n=0;n<i.length;n++)i[n].src&&(o=new URL(i[n].src),addScript(window.location.origin+t+o.pathname))}addScript(`${window.location.origin}${t}/snarkjs.min.js`)})</script><title>Tornado Cash Nova</title><meta data-n-head="1" charset="utf-8"><meta data-n-head="1" name="viewport" content="width=device-width,initial-scale=1"><meta data-n-head="1" data-hid="description" name="description" content="Non-custodial Ethereum Privacy solution with arbitrary amounts and shielded transfers."><meta data-n-head="1" name="keywords" content="Privacy, Ethereum, ERC20, dapp, smart contract, decentralized, metamask, zksnark, zero knowledge"><meta data-n-head="1" name="author" content="Tornado.cash"><meta data-n-head="1" name="msapplication-TileColor" content="#1d1e23"><meta data-n-head="1" name="theme-color" content="#1d1e23"><meta data-n-head="1" property="og:type" content="website"><meta data-n-head="1" property="og:title" content="Tornado.cash Nova"><meta data-n-head="1" property="og:site_name" content="Tornado.cash Nova"><meta data-n-head="1" property="og:image:type" content="image/png"><meta data-n-head="1" property="og:image:width" content="1200"><meta data-n-head="1" property="og:image:height" content="1200"><meta data-n-head="1" property="og:image" content="https://tornado.cash/nova.png"><meta data-n-head="1" name="twitter:card" content="summary"><meta data-n-head="1" name="twitter:site" content="@TornadoCash"><meta data-n-head="1" name="twitter:domain" content="https://tornado.cash"><meta data-n-head="1" name="twitter:title" content="Tornado.cash Nova"><meta data-n-head="1" name="twitter:description" content="Non-custodial Ethereum Privacy solution with arbitrary amounts and shielded transfers."><meta data-n-head="1" name="twitter:image:src" content="https://tornado.cash/nova.png"><meta data-n-head="1" name="twitter:image:alt" content="Tornado.cash"><link data-n-head="1" rel="icon" href="/icons/favicon.ico" sizes="any"><link data-n-head="1" rel="icon" href="/icons/icon.svg" type="image/svg+xml"><link data-n-head="1" rel="apple-touch-icon" href="/icons/apple-touch-icon.png"><link data-n-head="1" rel="manifest" href="/manifest.webmanifest"><link data-n-head="1" rel="preconnect" href="https://fonts.gstatic.com"><link data-n-head="1" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap"><link rel="preload" href="/_nuxt/dd5675a.js" as="script"><link rel="preload" href="/_nuxt/ef1ed3e.js" as="script"><link rel="preload" href="/_nuxt/42b9d79.js" as="script"></head><body><div id="__nuxt"><style>#nuxt-loading{background:#fff;visibility:hidden;opacity:0;position:absolute;left:0;right:0;top:0;bottom:0;display:flex;justify-content:center;align-items:center;flex-direction:column;animation:nuxtLoadingIn 10s ease;-webkit-animation:nuxtLoadingIn 10s ease;animation-fill-mode:forwards;overflow:hidden}@keyframes nuxtLoadingIn{0%{visibility:hidden;opacity:0}20%{visibility:visible;opacity:0}100%{visibility:visible;opacity:1}}@-webkit-keyframes nuxtLoadingIn{0%{visibility:hidden;opacity:0}20%{visibility:visible;opacity:0}100%{visibility:visible;opacity:1}}#nuxt-loading>div,#nuxt-loading>div:after{border-radius:50%;width:5rem;height:5rem}#nuxt-loading>div{font-size:10px;position:relative;text-indent:-9999em;border:.5rem solid #f5f5f5;border-left:.5rem solid #000;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:nuxtLoading 1.1s infinite linear;animation:nuxtLoading 1.1s infinite linear}#nuxt-loading.error>div{border-left:.5rem solid #ff4500;animation-duration:5s}@-webkit-keyframes nuxtLoading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes nuxtLoading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}</style><script>window.addEventListener("error",function(){var e=document.getElementById("nuxt-loading");e&&(e.className+=" error")})</script><div id="nuxt-loading" aria-live="polite" role="status"><div>Loading...</div></div></div><script>window.__NUXT__={config:{_app:{basePath:"/",assetsPath:"/_nuxt/",cdnURL:null}}}</script><script src="/_nuxt/dd5675a.js"></script><script src="/_nuxt/ef1ed3e.js"></script><script src="/_nuxt/42b9d79.js"></script></body></html>
|
1
ipfs-404.html
Normal file
1
ipfs-404.html
Normal file
@ -0,0 +1 @@
|
|||||||
|
<!doctype html><html lang="en" data-n-head="%7B%22lang%22:%7B%221%22:%22en%22%7D%7D"><head><script>function addScript(n){const t=document.createElement("script");t.setAttribute("src",n),document.body.appendChild(t)}window.location.search&&(window.location=window.location.origin+window.location.pathname),document.addEventListener("DOMContentLoaded",()=>{var t=(window.location.pathname.match(/^(\/(?:ipfs|ipns)\/[^/]+)/)||[])[1]||"";if(t){var o,i=[...document.getElementsByTagName("script")];for(let n=0;n<i.length;n++)i[n].src&&(o=new URL(i[n].src),addScript(window.location.origin+t+o.pathname))}addScript(`${window.location.origin}${t}/snarkjs.min.js`)})</script><title>Tornado Cash Nova</title><meta data-n-head="1" charset="utf-8"><meta data-n-head="1" name="viewport" content="width=device-width,initial-scale=1"><meta data-n-head="1" data-hid="description" name="description" content="Non-custodial Ethereum Privacy solution with arbitrary amounts and shielded transfers."><meta data-n-head="1" name="keywords" content="Privacy, Ethereum, ERC20, dapp, smart contract, decentralized, metamask, zksnark, zero knowledge"><meta data-n-head="1" name="author" content="Tornado.cash"><meta data-n-head="1" name="msapplication-TileColor" content="#1d1e23"><meta data-n-head="1" name="theme-color" content="#1d1e23"><meta data-n-head="1" property="og:type" content="website"><meta data-n-head="1" property="og:title" content="Tornado.cash Nova"><meta data-n-head="1" property="og:site_name" content="Tornado.cash Nova"><meta data-n-head="1" property="og:image:type" content="image/png"><meta data-n-head="1" property="og:image:width" content="1200"><meta data-n-head="1" property="og:image:height" content="1200"><meta data-n-head="1" property="og:image" content="https://tornado.cash/nova.png"><meta data-n-head="1" name="twitter:card" content="summary"><meta data-n-head="1" name="twitter:site" content="@TornadoCash"><meta data-n-head="1" name="twitter:domain" content="https://tornado.cash"><meta data-n-head="1" name="twitter:title" content="Tornado.cash Nova"><meta data-n-head="1" name="twitter:description" content="Non-custodial Ethereum Privacy solution with arbitrary amounts and shielded transfers."><meta data-n-head="1" name="twitter:image:src" content="https://tornado.cash/nova.png"><meta data-n-head="1" name="twitter:image:alt" content="Tornado.cash"><link data-n-head="1" rel="icon" href="/icons/favicon.ico" sizes="any"><link data-n-head="1" rel="icon" href="/icons/icon.svg" type="image/svg+xml"><link data-n-head="1" rel="apple-touch-icon" href="/icons/apple-touch-icon.png"><link data-n-head="1" rel="manifest" href="/manifest.webmanifest"><link data-n-head="1" rel="preconnect" href="https://fonts.gstatic.com"><link data-n-head="1" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap"><link rel="preload" href="/_nuxt/dd5675a.js" as="script"><link rel="preload" href="/_nuxt/ef1ed3e.js" as="script"><link rel="preload" href="/_nuxt/42b9d79.js" as="script"></head><body><div id="__nuxt"><style>#nuxt-loading{background:#fff;visibility:hidden;opacity:0;position:absolute;left:0;right:0;top:0;bottom:0;display:flex;justify-content:center;align-items:center;flex-direction:column;animation:nuxtLoadingIn 10s ease;-webkit-animation:nuxtLoadingIn 10s ease;animation-fill-mode:forwards;overflow:hidden}@keyframes nuxtLoadingIn{0%{visibility:hidden;opacity:0}20%{visibility:visible;opacity:0}100%{visibility:visible;opacity:1}}@-webkit-keyframes nuxtLoadingIn{0%{visibility:hidden;opacity:0}20%{visibility:visible;opacity:0}100%{visibility:visible;opacity:1}}#nuxt-loading>div,#nuxt-loading>div:after{border-radius:50%;width:5rem;height:5rem}#nuxt-loading>div{font-size:10px;position:relative;text-indent:-9999em;border:.5rem solid #f5f5f5;border-left:.5rem solid #000;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:nuxtLoading 1.1s infinite linear;animation:nuxtLoading 1.1s infinite linear}#nuxt-loading.error>div{border-left:.5rem solid #ff4500;animation-duration:5s}@-webkit-keyframes nuxtLoading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes nuxtLoading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}</style><script>window.addEventListener("error",function(){var e=document.getElementById("nuxt-loading");e&&(e.className+=" error")})</script><div id="nuxt-loading" aria-live="polite" role="status"><div>Loading...</div></div></div><script>window.__NUXT__={config:{_app:{basePath:"/",assetsPath:"/_nuxt/",cdnURL:null}}}</script><script src="/_nuxt/dd5675a.js"></script><script src="/_nuxt/ef1ed3e.js"></script><script src="/_nuxt/42b9d79.js"></script></body></html>
|
7
manifest.webmanifest
Normal file
7
manifest.webmanifest
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"name": "Tornado.cash",
|
||||||
|
"icons": [
|
||||||
|
{ "src": "/icons/icon-192.png", "type": "image/png", "sizes": "192x192" },
|
||||||
|
{ "src": "/icons/icon-512.png", "type": "image/png", "sizes": "512x512" }
|
||||||
|
]
|
||||||
|
}
|
1
nullifier.worker.js
Normal file
1
nullifier.worker.js
Normal file
File diff suppressed because one or more lines are too long
10
snarkjs.min.js
vendored
Normal file
10
snarkjs.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
transaction16.wasm.zip
Normal file
BIN
transaction16.wasm.zip
Normal file
Binary file not shown.
BIN
transaction16.zkey.zip
Normal file
BIN
transaction16.zkey.zip
Normal file
Binary file not shown.
BIN
transaction2.wasm.zip
Normal file
BIN
transaction2.wasm.zip
Normal file
Binary file not shown.
BIN
transaction2.zkey.zip
Normal file
BIN
transaction2.zkey.zip
Normal file
Binary file not shown.
1
transfer/index.html
Normal file
1
transfer/index.html
Normal file
@ -0,0 +1 @@
|
|||||||
|
<!doctype html><html lang="en" data-n-head="%7B%22lang%22:%7B%221%22:%22en%22%7D%7D"><head><script>function addScript(n){const t=document.createElement("script");t.setAttribute("src",n),document.body.appendChild(t)}window.location.search&&(window.location=window.location.origin+window.location.pathname),document.addEventListener("DOMContentLoaded",()=>{var t=(window.location.pathname.match(/^(\/(?:ipfs|ipns)\/[^/]+)/)||[])[1]||"";if(t){var o,i=[...document.getElementsByTagName("script")];for(let n=0;n<i.length;n++)i[n].src&&(o=new URL(i[n].src),addScript(window.location.origin+t+o.pathname))}addScript(`${window.location.origin}${t}/snarkjs.min.js`)})</script><title>Tornado Cash Nova</title><meta data-n-head="1" charset="utf-8"><meta data-n-head="1" name="viewport" content="width=device-width,initial-scale=1"><meta data-n-head="1" data-hid="description" name="description" content="Non-custodial Ethereum Privacy solution with arbitrary amounts and shielded transfers."><meta data-n-head="1" name="keywords" content="Privacy, Ethereum, ERC20, dapp, smart contract, decentralized, metamask, zksnark, zero knowledge"><meta data-n-head="1" name="author" content="Tornado.cash"><meta data-n-head="1" name="msapplication-TileColor" content="#1d1e23"><meta data-n-head="1" name="theme-color" content="#1d1e23"><meta data-n-head="1" property="og:type" content="website"><meta data-n-head="1" property="og:title" content="Tornado.cash Nova"><meta data-n-head="1" property="og:site_name" content="Tornado.cash Nova"><meta data-n-head="1" property="og:image:type" content="image/png"><meta data-n-head="1" property="og:image:width" content="1200"><meta data-n-head="1" property="og:image:height" content="1200"><meta data-n-head="1" property="og:image" content="https://tornado.cash/nova.png"><meta data-n-head="1" name="twitter:card" content="summary"><meta data-n-head="1" name="twitter:site" content="@TornadoCash"><meta data-n-head="1" name="twitter:domain" content="https://tornado.cash"><meta data-n-head="1" name="twitter:title" content="Tornado.cash Nova"><meta data-n-head="1" name="twitter:description" content="Non-custodial Ethereum Privacy solution with arbitrary amounts and shielded transfers."><meta data-n-head="1" name="twitter:image:src" content="https://tornado.cash/nova.png"><meta data-n-head="1" name="twitter:image:alt" content="Tornado.cash"><link data-n-head="1" rel="icon" href="/icons/favicon.ico" sizes="any"><link data-n-head="1" rel="icon" href="/icons/icon.svg" type="image/svg+xml"><link data-n-head="1" rel="apple-touch-icon" href="/icons/apple-touch-icon.png"><link data-n-head="1" rel="manifest" href="/manifest.webmanifest"><link data-n-head="1" rel="preconnect" href="https://fonts.gstatic.com"><link data-n-head="1" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap"><link rel="preload" href="/_nuxt/dd5675a.js" as="script"><link rel="preload" href="/_nuxt/ef1ed3e.js" as="script"><link rel="preload" href="/_nuxt/42b9d79.js" as="script"></head><body><div id="__nuxt"><style>#nuxt-loading{background:#fff;visibility:hidden;opacity:0;position:absolute;left:0;right:0;top:0;bottom:0;display:flex;justify-content:center;align-items:center;flex-direction:column;animation:nuxtLoadingIn 10s ease;-webkit-animation:nuxtLoadingIn 10s ease;animation-fill-mode:forwards;overflow:hidden}@keyframes nuxtLoadingIn{0%{visibility:hidden;opacity:0}20%{visibility:visible;opacity:0}100%{visibility:visible;opacity:1}}@-webkit-keyframes nuxtLoadingIn{0%{visibility:hidden;opacity:0}20%{visibility:visible;opacity:0}100%{visibility:visible;opacity:1}}#nuxt-loading>div,#nuxt-loading>div:after{border-radius:50%;width:5rem;height:5rem}#nuxt-loading>div{font-size:10px;position:relative;text-indent:-9999em;border:.5rem solid #f5f5f5;border-left:.5rem solid #000;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:nuxtLoading 1.1s infinite linear;animation:nuxtLoading 1.1s infinite linear}#nuxt-loading.error>div{border-left:.5rem solid #ff4500;animation-duration:5s}@-webkit-keyframes nuxtLoading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes nuxtLoading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}</style><script>window.addEventListener("error",function(){var e=document.getElementById("nuxt-loading");e&&(e.className+=" error")})</script><div id="nuxt-loading" aria-live="polite" role="status"><div>Loading...</div></div></div><script>window.__NUXT__={config:{_app:{basePath:"/",assetsPath:"/_nuxt/",cdnURL:null}}}</script><script src="/_nuxt/dd5675a.js"></script><script src="/_nuxt/ef1ed3e.js"></script><script src="/_nuxt/42b9d79.js"></script></body></html>
|
1
withdraw/index.html
Normal file
1
withdraw/index.html
Normal file
@ -0,0 +1 @@
|
|||||||
|
<!doctype html><html lang="en" data-n-head="%7B%22lang%22:%7B%221%22:%22en%22%7D%7D"><head><script>function addScript(n){const t=document.createElement("script");t.setAttribute("src",n),document.body.appendChild(t)}window.location.search&&(window.location=window.location.origin+window.location.pathname),document.addEventListener("DOMContentLoaded",()=>{var t=(window.location.pathname.match(/^(\/(?:ipfs|ipns)\/[^/]+)/)||[])[1]||"";if(t){var o,i=[...document.getElementsByTagName("script")];for(let n=0;n<i.length;n++)i[n].src&&(o=new URL(i[n].src),addScript(window.location.origin+t+o.pathname))}addScript(`${window.location.origin}${t}/snarkjs.min.js`)})</script><title>Tornado Cash Nova</title><meta data-n-head="1" charset="utf-8"><meta data-n-head="1" name="viewport" content="width=device-width,initial-scale=1"><meta data-n-head="1" data-hid="description" name="description" content="Non-custodial Ethereum Privacy solution with arbitrary amounts and shielded transfers."><meta data-n-head="1" name="keywords" content="Privacy, Ethereum, ERC20, dapp, smart contract, decentralized, metamask, zksnark, zero knowledge"><meta data-n-head="1" name="author" content="Tornado.cash"><meta data-n-head="1" name="msapplication-TileColor" content="#1d1e23"><meta data-n-head="1" name="theme-color" content="#1d1e23"><meta data-n-head="1" property="og:type" content="website"><meta data-n-head="1" property="og:title" content="Tornado.cash Nova"><meta data-n-head="1" property="og:site_name" content="Tornado.cash Nova"><meta data-n-head="1" property="og:image:type" content="image/png"><meta data-n-head="1" property="og:image:width" content="1200"><meta data-n-head="1" property="og:image:height" content="1200"><meta data-n-head="1" property="og:image" content="https://tornado.cash/nova.png"><meta data-n-head="1" name="twitter:card" content="summary"><meta data-n-head="1" name="twitter:site" content="@TornadoCash"><meta data-n-head="1" name="twitter:domain" content="https://tornado.cash"><meta data-n-head="1" name="twitter:title" content="Tornado.cash Nova"><meta data-n-head="1" name="twitter:description" content="Non-custodial Ethereum Privacy solution with arbitrary amounts and shielded transfers."><meta data-n-head="1" name="twitter:image:src" content="https://tornado.cash/nova.png"><meta data-n-head="1" name="twitter:image:alt" content="Tornado.cash"><link data-n-head="1" rel="icon" href="/icons/favicon.ico" sizes="any"><link data-n-head="1" rel="icon" href="/icons/icon.svg" type="image/svg+xml"><link data-n-head="1" rel="apple-touch-icon" href="/icons/apple-touch-icon.png"><link data-n-head="1" rel="manifest" href="/manifest.webmanifest"><link data-n-head="1" rel="preconnect" href="https://fonts.gstatic.com"><link data-n-head="1" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap"><link rel="preload" href="/_nuxt/dd5675a.js" as="script"><link rel="preload" href="/_nuxt/ef1ed3e.js" as="script"><link rel="preload" href="/_nuxt/42b9d79.js" as="script"></head><body><div id="__nuxt"><style>#nuxt-loading{background:#fff;visibility:hidden;opacity:0;position:absolute;left:0;right:0;top:0;bottom:0;display:flex;justify-content:center;align-items:center;flex-direction:column;animation:nuxtLoadingIn 10s ease;-webkit-animation:nuxtLoadingIn 10s ease;animation-fill-mode:forwards;overflow:hidden}@keyframes nuxtLoadingIn{0%{visibility:hidden;opacity:0}20%{visibility:visible;opacity:0}100%{visibility:visible;opacity:1}}@-webkit-keyframes nuxtLoadingIn{0%{visibility:hidden;opacity:0}20%{visibility:visible;opacity:0}100%{visibility:visible;opacity:1}}#nuxt-loading>div,#nuxt-loading>div:after{border-radius:50%;width:5rem;height:5rem}#nuxt-loading>div{font-size:10px;position:relative;text-indent:-9999em;border:.5rem solid #f5f5f5;border-left:.5rem solid #000;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:nuxtLoading 1.1s infinite linear;animation:nuxtLoading 1.1s infinite linear}#nuxt-loading.error>div{border-left:.5rem solid #ff4500;animation-duration:5s}@-webkit-keyframes nuxtLoading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes nuxtLoading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}</style><script>window.addEventListener("error",function(){var e=document.getElementById("nuxt-loading");e&&(e.className+=" error")})</script><div id="nuxt-loading" aria-live="polite" role="status"><div>Loading...</div></div></div><script>window.__NUXT__={config:{_app:{basePath:"/",assetsPath:"/_nuxt/",cdnURL:null}}}</script><script src="/_nuxt/dd5675a.js"></script><script src="/_nuxt/ef1ed3e.js"></script><script src="/_nuxt/42b9d79.js"></script></body></html>
|
Loading…
Reference in New Issue
Block a user