From c6a28309c7f73b0ce1a0645b448720fa4207c5c6 Mon Sep 17 00:00:00 2001 From: Scott Carruthers Date: Tue, 23 Nov 2021 21:38:54 +0000 Subject: [PATCH] GitBook: [#211] Adding Polygon and Akash doc --- SUMMARY.md | 1 + deploy/polygon-on-akash.md | 77 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 78 insertions(+) create mode 100644 deploy/polygon-on-akash.md diff --git a/SUMMARY.md b/SUMMARY.md index 7bcc375c..f7658dc5 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -24,6 +24,7 @@ ## Tutorials * [Mixin Messenger for AKT](deploy/mixin-messenger-for-akt.md) +* [Polygon on Akash](deploy/polygon-on-akash.md) * [Unstoppable Web 2.0](deploy/unstoppable-web-2.0.md) * [Multi-Tiered Deployment](deploy/multi-tier-app.md) * [Helium Validator](deploy/helium-validator.md) diff --git a/deploy/polygon-on-akash.md b/deploy/polygon-on-akash.md new file mode 100644 index 00000000..b69ba1ff --- /dev/null +++ b/deploy/polygon-on-akash.md @@ -0,0 +1,77 @@ +# Polygon on Akash + +Polygon is both a protocol and a framework for building and connecting Ethereum-compatible blockchain networks. Aggregating scalable solutions on Ethereum and supporting a multi-chain Ethereum ecosystem. + +Akash is the world’s first open source decentralized cloud built on a censorship-resistant, permissionless, and self-sovereign network. + +In this guide we will cover how to use these two technologies together when building our decentralized apps. + +## Getting Started Guides + +These guides include architecture and technical documentation and a curated list of awesome apps for both Akash and Polygon. + +Throughout this guide we have included resources we believe most valuable to your journey. + +* _**Akash**_ + +_****_[_**https://akashnet.notion.site/akashnet/Polygon-Akash-Starter-Kit-d4e817023556417ea8c9b679336d0d76**_](https://akashnet.notion.site/akashnet/Polygon-Akash-Starter-Kit-d4e817023556417ea8c9b679336d0d76)_****_ + +* _**Polygon**_ + +_****_[_**https://polygontechnology.notion.site/Polygon-Starter-Kit-a289a505a0bb4e8b8189c1fc3b2223d0**_](https://polygontechnology.notion.site/Polygon-Starter-Kit-a289a505a0bb4e8b8189c1fc3b2223d0)_****_ + +## Polygon and Akash Architectures + +If you want a deeper understanding of Polygon and Akash before we deploy the Polygon validator, see these architecture guides + +{% embed url="https://docs.polygon.technology" %} + +{% embed url="https://docs.akash.network" %} + +## Akash Application Tools + +The following provides step by step instructions on how to deploy an app on Akash using a desktop tool named Akashlytics Deploy. + +{% embed url="https://docs.akash.network/guides/deploy" %} + +## Technical Support Channels + +In depth support for Polygon and Akash is available via the following channels. + +### Polygon on Akash + +* _**Discord**_ + +{% embed url="https://discord.com/invite/xpUtZcWtyp" %} + +### Polygon General + +* _**Discord**_ + +{% embed url="https://discord.com/invite/polygon" %} + +* _**Telegram**_ + +{% embed url="https://t.me/joinchat/UMpbSrjAY_Ffx5CD" %} + +### Akash General + +* _**Discord**_ + +{% embed url="https://discord.com/invite/akash" %} + +* _**Support Forum**_ + +{% embed url="https://forum.akash.network" %} + +### **Faucets** + +The following faucets let users collect a small amount of AKT (Akash) or MATIC (Polygon) currency for development purposes. + +* _**Akash Developer Faucet**_ + +{% embed url="https://drip.akash.network/login" %} + +* _**Polygon Developer Faucet**_ + +{% embed url="https://faucet.polygon.technology" %}