+ Decentralized + Timestamping +
++ Cryptographic proof of existence anchored to Ethereum +
+diff --git a/Cargo.lock b/Cargo.lock index 1d32aa3..3a81e53 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6295,6 +6295,7 @@ dependencies = [ "rocksdb", "sha3 0.11.0-rc.3", "tokio", + "tower-http", "tracing", "tracing-subscriber", "uts-bmt", diff --git a/apps/web/index.html b/apps/web/index.html index 508eabd..bca08bf 100644 --- a/apps/web/index.html +++ b/apps/web/index.html @@ -1,12 +1,18 @@ - +
-
- Edit
- components/HelloWorld.vue to test HMR
-
- Check out - create-vue, the official Vue + Vite starter -
-- Learn more about IDE Support for Vue in the - Vue Docs Scaling up Guide. -
-Click on the Vite and Vue logos to learn more
- - - diff --git a/apps/web/src/components/base/BaseButton.vue b/apps/web/src/components/base/BaseButton.vue new file mode 100644 index 0000000..66e3a34 --- /dev/null +++ b/apps/web/src/components/base/BaseButton.vue @@ -0,0 +1,49 @@ + + + + + diff --git a/apps/web/src/components/base/GlassCard.vue b/apps/web/src/components/base/GlassCard.vue new file mode 100644 index 0000000..71d946d --- /dev/null +++ b/apps/web/src/components/base/GlassCard.vue @@ -0,0 +1,17 @@ + + + ++ Drop files here +
+or
++ > Upload a pending .ots file to + upgrade it with on-chain attestations +
++ > Upload a .ots file to verify a + timestamp proof +
++ Upload the original file to verify it matches the .ots header digest +
++ Universal Timestamps +
++ Cryptographic proof of existence anchored to Ethereum +
+