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?
-{data.meta.description}
+ + +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:
++ + List of Monero remote nodes you can use when you cannot (or don't want to) run your own node. + +
++ + Add your Monero public node so others can connect to your node. + +
++ + Collection of my Monero metrics (GitHub repository, blockchain, market, P2Pool) presented through + Grafana. + * Will open in new window + +
++ 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 }} ++ 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 }} ++++ 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. +
+
Thank you so much! 🥰
+