Skip to content

Commit

Permalink
feat: clean up whitepaper (#202)
Browse files Browse the repository at this point in the history
* feat: clean up whitepaper

Signed-off-by: David Dal Busco <david.dalbusco@outlook.com>

* feat: clean images as well

Signed-off-by: David Dal Busco <david.dalbusco@outlook.com>

---------

Signed-off-by: David Dal Busco <david.dalbusco@outlook.com>
  • Loading branch information
peterpeterparker authored Oct 27, 2024
1 parent 44870d6 commit 7371b81
Show file tree
Hide file tree
Showing 19 changed files with 26 additions and 235 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ import NewsletterForm from "@site/src/components/NewsletterForm";

## 2. Get Informed

:::note

The white paper has been updated to continue presenting the vision; however, the tokenomics aspect has been notably removed, as it is no longer relevant following the failure of the SNS DAO.

:::

I’ve put together a [white paper](/docs/white-paper/intro) that outlines the reasoning and vision I have for a Juno Build DAO. I highly recommend giving it a read to fully understand what I’m aiming to achieve.

If you have any questions, feel free to reach out on [Discord](https://discord.gg/wHZ57Z2RAG), [Twitter/X](https://x.com/junobuild), [OpenChat](https://oc.app/community/vxgpi-nqaaa-aaaar-ar4lq-cai/?ref=xanzv-uaaaa-aaaaf-aneba-cai) or also the [DFINITY forum](https://forum.dfinity.org/t/upcoming-juno-build-sns-decentralization-swap/34719) (as requested per their guidelines).
Expand Down
Binary file removed docs/img/token-distribution.webp
Binary file not shown.
Binary file removed docs/img/voting-power.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/white-paper/conclusion.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

While I may be biased, I genuinely believe that Juno represents a significant step forward in the realm of decentralized development. I'm well aware that it does not yet cover all the features provided by Web2 services or the capabilities of standard Web3 solutions, but Juno's features and unique selling proposition are undeniably promising. Despite not having reached a significant market share yet, and with future scalability uncertain, Juno's potential is evident to me.

As for establishing a DAO, this step is crucial for continuing the journey. It would be paradoxical to promote full control for developers while keeping ownership of the ecosystem centralized. The DAO will ensure that Juno's growth, security, and transparency are maintained through community-driven governance.
Establishing a DAO is an essential step that Juno should consider taking someday. Promoting full control for developers while retaining centralized ownership would be paradoxical. When the time comes, a DAO will ensure that Junos growth, security, and transparency are upheld through community-driven governance.

I hope you enjoyed the read!

Expand Down
25 changes: 0 additions & 25 deletions docs/white-paper/contributors.md

This file was deleted.

12 changes: 2 additions & 10 deletions docs/white-paper/intro.mdx
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
# Introduction

The Juno White Paper offers an in-depth exploration of the vision, architecture, and technological foundation that powers the platform. Designed for developers, architects, and decision-makers, this document outlines the key principles driving its innovation and presents a comprehensive proposal for transforming the Juno ecosystem into a decentralized autonomous organization (DAO). Additionally, the white paper covers the business model and tokenomics that will support this transition.
The Juno White Paper offers an in-depth exploration of the vision, architecture, and technological foundation that powers the platform. Designed for developers, architects, and decision-makers, this document outlines the key principles driving its innovation and presents a comprehensive proposal for eventually transforming the Juno ecosystem into a decentralized autonomous organization (DAO)

Have fun reading.

:::warning

The ICO on the Internet Computer failed on Saturday, October 12, 2024. The white paper has not yet been updated to reflect this failure.

:::

:::note

For your convenience, the white paper is also available for <a href="/files/juno-white-paper.pdf" target="_blank">download as a PDF</a>.

Version: 1.2.1 /// Last update: October, 2024
Version: 1.3.0 /// Last update: October, 2024

:::

Expand Down
13 changes: 0 additions & 13 deletions docs/white-paper/legal-umbrella.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/white-paper/roadmap.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ To date, and as a side note, these are the key features that have been successfu

- Project Scaffolding Templates (Apr. 2024)

- Regions / Subnets Selection (Oct. 2024)
- Regions / Subnets Selection (Oct. 2024)
8 changes: 0 additions & 8 deletions docs/white-paper/tokenomics/_category.json

This file was deleted.

20 changes: 0 additions & 20 deletions docs/white-paper/tokenomics/initial-sns-configuration.md

This file was deleted.

19 changes: 0 additions & 19 deletions docs/white-paper/tokenomics/outgoings.md

This file was deleted.

34 changes: 0 additions & 34 deletions docs/white-paper/tokenomics/purpose.md

This file was deleted.

18 changes: 0 additions & 18 deletions docs/white-paper/tokenomics/sns-swap-configuration.mdx

This file was deleted.

41 changes: 0 additions & 41 deletions docs/white-paper/tokenomics/token-distribution.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/white-paper/tokenomics/total-supply.md

This file was deleted.

17 changes: 0 additions & 17 deletions docs/white-paper/tokenomics/voting-power.md

This file was deleted.

16 changes: 16 additions & 0 deletions juno.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,22 @@ const redirects: StorageConfigRedirect[] = [
"/assets/files/juno-white-paper-47063bc5d28d71fe7534bfa249ce3f14.pdf",
location: "/files/juno-white-paper.pdf",
code: 301
},
// Pages redirected after SNS DAO failure.
{
source: "/files/juno-white-paper.pdf",
location: "/docs/white-paper/intro",
code: 301
},
{
source: "/docs/white-paper/tokenomics/**/*",
location: "/docs/white-paper/intro",
code: 301
},
{
source: "/docs/white-paper/legal-umbrella",
location: "/docs/white-paper/intro",
code: 301
}
];

Expand Down
17 changes: 0 additions & 17 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,23 +81,6 @@ const sidebars: SidebarsConfig = {
"white-paper/validation",
"white-paper/target-audience",
"white-paper/market-size",
"white-paper/contributors",
{
type: "category",
label: "Tokenomics",
link: {
type: "generated-index",
description:
"Juno will launch a standard ICRC token, known as Juno Build token (JUNOBUILD), at the creation of the DAO through a Service Nervous System (SNS)."
},
items: [
{
type: "autogenerated",
dirName: "white-paper/tokenomics"
}
]
},
"white-paper/legal-umbrella",
"white-paper/conclusion"
]
};
Expand Down
Binary file removed static/files/juno-white-paper.pdf
Binary file not shown.

0 comments on commit 7371b81

Please sign in to comment.