diff --git a/docs/the_nimbus_book/src/SUMMARY.md b/docs/the_nimbus_book/src/SUMMARY.md index 3eda45c89..5753d05bb 100644 --- a/docs/the_nimbus_book/src/SUMMARY.md +++ b/docs/the_nimbus_book/src/SUMMARY.md @@ -1,6 +1,6 @@ # Summary - [Introduction](./intro.md) -- [Philosophy]() +- [Design goals](./philosophy.md) - [System requirements](./hardware.md) - [Run just the beacon node (quickstart)](./quick-start.md) diff --git a/docs/the_nimbus_book/src/philosophy.md b/docs/the_nimbus_book/src/philosophy.md new file mode 100644 index 000000000..e99c8f945 --- /dev/null +++ b/docs/the_nimbus_book/src/philosophy.md @@ -0,0 +1,15 @@ +# Design goals + +One of our most important design goals is an application architecture that makes it **simple to embed Nimbus into other software.** + +Another is to **minimize reliance on third-party software.** + +A third is for the application binary to be as **lightweight as possible in terms of resources used.** + +### Integration with Status + +

I can't wait to run Nimbus straight from Status Desktop #hyped

— JARRAÐ HOPΞ (@jarradhope) August 12, 2020
+ +As part of our first design goal, our primary objective here is for Nimbus to be tightly integrated into the [Status messaging app](https://status.im/). + +Our dream is for you to be able to run and monitor your validator straight from Status desktop. diff --git a/docs/the_nimbus_book/src/quick-start.md b/docs/the_nimbus_book/src/quick-start.md index 50d397624..4a8394166 100644 --- a/docs/the_nimbus_book/src/quick-start.md +++ b/docs/the_nimbus_book/src/quick-start.md @@ -1,6 +1,6 @@ # Run just the beacon node (quickstart) -This page takes you through how to run just the beacon node without a validator attached. +This page takes you through how to run just the beacon node **without a validator attached.** Running a beacon node without a validator attached can help improve the anonymity properties of the network as a whole.