diff --git a/explorer-nextjs/src/data/Welcome-to-explorer-2.json b/explorer-nextjs/src/data/Welcome-to-explorer-2.json new file mode 100644 index 0000000000..d3e355414a --- /dev/null +++ b/explorer-nextjs/src/data/Welcome-to-explorer-2.json @@ -0,0 +1,79 @@ +{ + "id": 1, + "title": "Welcome to the Nym Network Explorer", + "label": "Onboarding", + "description": "Welcome to the Nym Network Explorer", + "attributes": { + "blogAuthors": ["Nym"], + "date": "Mon Jan 20 2025 10:26:09 GMT+0000 (Greenwich Mean Time)", + "readingTime": 5 + }, + "icon": "/icons/gateway.svg", + "image": "/images/placeholder.webp", + "overview": { + "content": [ + { + "type": "paragraph", + "text": "The Explorer is your window into the Nym Network. Here you can get real-time information on the network status, performance and geographical coverage, and learn more about the independent operators that run this global infrastructure." + } + ] + }, + "sections": [ + { + "id": "section-1", + "heading": "Who is the explorer for?", + "text": [ + { + "type": "paragraph", + "text": "The Nym Explorer is designed for everyday use, serving three key users of the network:" + }, + { + "type": "paragraph", + "text": "**People using the NymVPN**" + }, + { + "type": "paragraph", + "text": "If you use the NymVPN app, you can come here to browse the available servers to learn more about, before choosing which ones you want to use." + }, + { + "type": "paragraph", + "text": "For most people, this will be a simple matter of finding a server in the right location for what they are trying to do and looking at its performance and reliability." + }, + { + "type": "paragraph", + "text": "Some people might want to go a little deeper to understand the history, trustworthiness and ethos of a specific operator. The Nym Network ensures a base-line of reliability and performance. But beyond that we have operators that are in it for the profit, others that run on a non-profit basis and donate their rewards." + }, + { + "type": "paragraph", + "text": "**Operators running Nym nodes**" + }, + { + "type": "paragraph", + "text": "Nym network is run by independent server operators all over the world. Operators can use the explorer to keep track of their rewards and to quickly check the status of their servers without having to log into their VPS provider." + }, + { + "type": "paragraph", + "text": "**NYM token holders wanting to stake**" + }, + { + "type": "paragraph", + "text": "Anyone holding $NYM can help secure the network by staking their tokens to Nym nodes they want to support. Stakers receive proportionate rewards based on: the performance, profit margin and overall stake saturation of the chosen node." + } + ] + }, + { + "id": "section-2", + "heading": "Key features", + "text": [ + { + "type": "parapraph", + "text": "Our team is already preparing with features for the next release: like enabling visitor comments on node pages, adding advanced filters for node and gateway search, role based filtering for easy overview and the much awaited dark mode - just to list a few." + }, + { + "type": "paragraph", + "text": "Let's continue exploring together! If there is a feature that you’d like to see in a future release, or in case you found a bug: do let us know in our community channels so we can improve and tailor the explorer to your needs." + } + ] + } + ] +} diff --git a/explorer-nextjs/src/data/blog-template-1.json b/explorer-nextjs/src/data/blog-template-1.json deleted file mode 100644 index f5a9dfeda3..0000000000 --- a/explorer-nextjs/src/data/blog-template-1.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "id": 1, - "title": "Welcome to the Nym Network Explorer", - "label": "Onboarding", - "description": "Let's unpack the key features of the long awaited features together!", - "attributes": { - "blogAuthors": ["Nym"], - "date": "Mon Jan 20 2025 10:26:09 GMT+0000 (Greenwich Mean Time)", - "readingTime": 5 - }, - "icon": "/icons/gateway.svg", - "image": "/images/placeholder.webp", - "overview": { - "content": [ - { - "type": "paragraph", - "text": "Explorer 2.0 is the mixnet in your hands. It allows anyone to anonymously browse and explore all Nym Nodes of the Noise Generating Mixnet. It also allows anyone to browse Nym accounts, in order to view and verify balances." - }, - { - "type": "paragraph", - "text": "The following article summarises design principles, key functions, and showcases new features through three use case demonstrations." - } - ] - }, - "sections": [ - { - "id": "section-1", - "heading": "Design Principles", - "text": [ - { - "type": "paragraph", - "text": "The Nym Explorer is designed for everyday use, serving three key users of the Nym NGM:" - }, - { - "type": "paragraph", - "text": "**Nym VPN users, Nym Node Operators and Nym Stakers.**" - }, - { - "type": "paragraph", - "text": "Designed in a mobile first way, with integrated onboarding articles and live network data. The application is intentionally kept lightweight and barebones, while opening up a new social interaction layer of the mixnet. The NGM Explorer is currently in open beta release, which means that each released version of the app is live-tested by the core community of Nym node operators, where future features and updates are informed by feedback on the Node Operators forum." - } - ] - }, - { - "id": "section-2", - "heading": "So what are these user stories that we gonna see?", - "text": [ - { - "type": "parapraph", - "text": "Nym VPN users doing research on specific Nym Nodes, in order to find the best ones to connect inside the VPN. The Explorer also provides easy access to a locally cached list of favorite nodes, for Operators and Stakers alike, enabling quick overview for both users by showing both Config & Routing scores (panda - peanut emojis translated to a 4star scale) and their service quality too. " - }, - { - "type": "paragraph", - "text": "The Explorer also enables anyone to quickly search for a node by using the magic searchbar, if they already have a node ID or a Nym wallet on their clipgoard. Nym wallets that have bonded Nym Nodes have a dual view, where anyone can switch easily between the Nym Node stats and the Acount balance." - }, - { - "type": "paragraph", - "text": "This means that staking $NYM was never easier. On the renewed staking page, Stakers have a clean overview of accumulated rewards, and can easily redeem them. We kept the Keplr mobile extension as the first a login method for the app." - } - ] - }, - { - "id": "section-4", - "heading": "Some features are still in development though, but we are almost there :) Now let's dive into the app!", - "text": [ - { - "type": "paragraph", - "text": " " - } - ] - } - ] -} diff --git a/explorer-nextjs/src/data/blog-template-3.json b/explorer-nextjs/src/data/buy-nym.json similarity index 100% rename from explorer-nextjs/src/data/blog-template-3.json rename to explorer-nextjs/src/data/buy-nym.json diff --git a/explorer-nextjs/src/data/blog-template-4.json b/explorer-nextjs/src/data/operate-a-node.json similarity index 100% rename from explorer-nextjs/src/data/blog-template-4.json rename to explorer-nextjs/src/data/operate-a-node.json diff --git a/explorer-nextjs/src/data/blog-template-2.json b/explorer-nextjs/src/data/staking-guide.json similarity index 100% rename from explorer-nextjs/src/data/blog-template-2.json rename to explorer-nextjs/src/data/staking-guide.json