diff --git a/SUMMARY.md b/SUMMARY.md index cc330b3..0084e06 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -18,7 +18,7 @@ * [SQLite Service](development_development/development_reward_block_app/development_sqlite.md) * [Blocks To Database](development_development/development_reward_block_app/development_persisting_blocks.md) * [Additional Concepts](development_development/development_reward_block_app/development_additional_concepts.md) - * [Recap](development_development/development_reward_block_app/recap.md) + * [Summary](development_development/summary.md) * [Building A Frontend with JS SDK](building-a-frontend-with-js-sdk.md) * [Knowledgebase](knowledge_knowledge/README.md) * [Overview](knowledge_knowledge/knowledge_overview.md) diff --git a/development_development/summary.md b/development_development/summary.md new file mode 100644 index 0000000..91dec36 --- /dev/null +++ b/development_development/summary.md @@ -0,0 +1,12 @@ +# Summary + +In the Quick Start sections, we tapped into the power of reuse and utilized already existing services. In this section, we developed the various modules and services from scratch using the Fluence tools, local node and Fluence testnet. + +The further your understanding, please checkout the remainder of the documentation. + +* The [Knowledgebase](../knowledge_knowledge/) section covers the various aspects and components of the Fluence solution in more detail. +* The [Tutorials](../tutorials_tutorials/) section offers a a set of how-to's ranging from node and network configuration to fairly large-scale application development. +* The [Recipes](../recipes_recipes/) section provides a \(growing\) set of pattern and pattern-like best practices and approaches. + + + diff --git a/research-papers-and-references.md b/research-papers-and-references.md index b3ab29a..e624b70 100644 --- a/research-papers-and-references.md +++ b/research-papers-and-references.md @@ -1,4 +1,7 @@ # Research, Papers And References -Coming soon. If you really need this section, contact us through any of the social media channels or Github. +* [Fluence Manifesto](https://fluence.network/manifesto.html) +* [Fluence Protocol](https://github.com/fluencelabs/rfcs/blob/main/0-overview.md) + +