From 6caec5718d89d6a051783af99e9562acfb36249d Mon Sep 17 00:00:00 2001 From: ditatompel Date: Sat, 4 May 2024 01:38:08 +0700 Subject: [PATCH] Copying old monero page to this main page project --- frontend/src/routes/+page.js | 27 +++ frontend/src/routes/+page.svelte | 302 ++++++++++++++++++++++++++++++- 2 files changed, 323 insertions(+), 6 deletions(-) create mode 100644 frontend/src/routes/+page.js diff --git a/frontend/src/routes/+page.js b/frontend/src/routes/+page.js new file mode 100644 index 0000000..6656793 --- /dev/null +++ b/frontend/src/routes/+page.js @@ -0,0 +1,27 @@ +/** @type {import('./$types').PageLoad} */ +export async function load({ data }) { + /* prettier-ignore */ + const metaDefaults = { + title: 'Monero (XMR)', + description: 'Monero is private, decentralized cryptocurrency that keeps your finances confidential and secure.', + keywords: 'monero,xmr,monero node,xmrnode,cryptocurrency' + }; + + return { + meta: { + title: metaDefaults.title, + description: metaDefaults.description, + keywords: metaDefaults.keywords, + image: + 'https://vcl-og-img.ditatompel.com/' + encodeURIComponent(metaDefaults.title) + '.png?md=0', + // Article + article: { publishTime: '', modifiedTime: '', author: '' }, + // Twitter + twitter: { + title: metaDefaults.title, + description: metaDefaults.description, + image: metaDefaults.image + } + } + }; +} diff --git a/frontend/src/routes/+page.svelte b/frontend/src/routes/+page.svelte index 4ee33e9..15f684f 100644 --- a/frontend/src/routes/+page.svelte +++ b/frontend/src/routes/+page.svelte @@ -1,7 +1,297 @@ -
-
-

( . ) ( . )

-

WAT?

-
-
+ + +
+ +
+
+
+
+ +
+
+

If you're new to Monero, the official links above is a perfect place to start.

+

+ Of course, there are lots of personal and community sites which generally discusses a lot + about Monero, such as moneroworld.com, + monero.how, + monero.observer, + sethforprivacy.com, + localmonero.co, + revuo-xmr.com, etc, can be an other good reference for you. +

+

You can find few resources I provide related to Monero below:

+
+ + +
+ +
+
+
+

My Stagenet Public Node

+

+ Stagenet is what you need to learn Monero safely. Stagenet is technically equivalent to + mainnet, both in terms of features and consensus rules. +

+ {#each snetProtos as { label, value, key }} +
+
+ + +
+ {/each} +
+ +
+

My Testnet Public Node

+

+ Testnet is the "experimental" network and blockchain where things get released long + before mainnet. As a normal user, use mainnet instead. +

+ {#each tnetProtos as { label, value, key }} +
+
+ + +
+ {/each} +
+
+
+ +
+
+
+

+ Since we desire privacy, we must ensure that each party to a transaction have knowledge only + of that which is directly necessary for that transaction. +

+

+ Eric Hughes in + A Cypherpunk's Manifesto. +

+
+
+
+ +
+
+
+ + + +
+
+ ditatompel monero address +

Thank you so much! 🥰

+
+
+
+ +