From a7b1fbc390af64b50576a43f57b97f2b41983498 Mon Sep 17 00:00:00 2001 From: ken timsit Date: Mon, 2 Sep 2024 13:49:25 +0000 Subject: [PATCH] GITBOOK-274: change request with no subject merged in GitBook --- SUMMARY.md | 13 ++++++------ .../secret-network.md | 21 +++++++++++++++++++ .../dev-tools-and-integrations/subquery.md | 2 +- .../dev-tools-and-integrations/tenderly.md | 9 ++++---- 4 files changed, 34 insertions(+), 11 deletions(-) create mode 100644 for-dapp-developers/dev-tools-and-integrations/secret-network.md diff --git a/SUMMARY.md b/SUMMARY.md index 901d6b61..cb2f86fb 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -43,17 +43,18 @@ * [⚙️ Dev Tools & Integrations](for-dapp-developers/dev-tools-and-integrations/README.md) * [Overview of dev tools & integrations](for-dapp-developers/useful-projects-on-cronos/overview-of-dev-tools-and-integrations.md) * [Account Abstraction (Experimental)](for-dapp-developers/dev-tools-and-integrations/account-abstraction-experimental.md) - * [Tenderly](for-dapp-developers/dev-tools-and-integrations/tenderly.md) * [Band Protocol](for-dapp-developers/useful-projects-on-cronos/band-protocol.md) - * [Covalent](for-dapp-developers/useful-projects-on-cronos/covalent.md) - * [Moralis](for-dapp-developers/useful-projects-on-cronos/moralis.md) - * [Witnet](for-dapp-developers/useful-projects-on-cronos/witnet.md) - * [Cronos Safe](for-dapp-developers/useful-projects-on-cronos/cronos-safe.md) * [Banxa](for-dapp-developers/useful-projects-on-cronos/banxa.md) * [Caldera](for-dapp-developers/dev-tools-and-integrations/caldera.md) + * [Covalent](for-dapp-developers/useful-projects-on-cronos/covalent.md) + * [Cronos Safe](for-dapp-developers/useful-projects-on-cronos/cronos-safe.md) * [Flair](for-dapp-developers/dev-tools-and-integrations/flair.md) - * [SubQuery](for-dapp-developers/dev-tools-and-integrations/subquery.md) * [Google Bigquery](for-dapp-developers/dev-tools-and-integrations/google-bigquery.md) + * [Moralis](for-dapp-developers/useful-projects-on-cronos/moralis.md) + * [Secret Network](for-dapp-developers/dev-tools-and-integrations/secret-network.md) + * [SubQuery](for-dapp-developers/dev-tools-and-integrations/subquery.md) + * [Tenderly](for-dapp-developers/dev-tools-and-integrations/tenderly.md) + * [Witnet](for-dapp-developers/useful-projects-on-cronos/witnet.md) ## FOR NODE HOSTS diff --git a/for-dapp-developers/dev-tools-and-integrations/secret-network.md b/for-dapp-developers/dev-tools-and-integrations/secret-network.md new file mode 100644 index 00000000..7ebe42b1 --- /dev/null +++ b/for-dapp-developers/dev-tools-and-integrations/secret-network.md @@ -0,0 +1,21 @@ +# Secret Network + +## Introduction + +On blockchains, all data is public by default. + +Decentralized confidential computing (DeCC) enables use cases like private voting for DAOs, secure random number generation for gaming, encrypted databases for various applications, encrypted data tied to NFTs, sealed-bid auctions, and encrypted order books for DeFi applications. All of this can be built on Cronos by utilizing [Secret Network](https://scrt.network/)’s Confidential Computing Layer, as long as these use cases are permitted by your country's laws and regulations. + +### Integrating Secret's Confidential Computing Layer​[​](https://docs.kakarot.org/ecosystem/confidential-computing/secret/#integrating-secrets-confidential-computing-layer) + +You can integrate Secret’s CCL into an existing Cronos application, or design a new application from the ground up to take advantage of the unique use-cases it enables. To start, check out Secret Network’s [Confidential Computing Layer](https://scrt.network/confidential-computing-layer) landing page to get an overview of how it works, and example use-cases for inspiration. From there you’ll find multiple links to Secret's CCL documentation: + +1. [Basics](https://docs.scrt.network/secret-network-documentation/confidential-computing-layer/ethereum-evm-developer-toolkit/basics) - explains the cross-chain communication technologies used, and how to connect a MetaMask wallet to Secret Network. +2. [Use-cases](https://docs.scrt.network/secret-network-documentation/confidential-computing-layer/ethereum-evm-developer-toolkit/usecases) - provides tutorials showing how to build various types of EVM applications using Secret’s CCL. All of these tutorials can be used to deploy a contract on Cronos EVM. +3. [Supported Networks](https://docs.scrt.network/secret-network-documentation/confidential-computing-layer/ethereum-evm-developer-toolkit/supported-networks) - provides a list of gateway contract addresses. This is how your Cronos EVM application will communicate with Secret. + +### Get Support[​](https://docs.kakarot.org/ecosystem/confidential-computing/secret/#get-support) + +To get CCL development help, you can join the Secret Network [Discord](https://scrt.network/discord) or [Telegram](https://scrt.network/SCRTCommunity). You can also [get in touch](mailto:info@scrt.network) with the Secret Network team directly. + +\ diff --git a/for-dapp-developers/dev-tools-and-integrations/subquery.md b/for-dapp-developers/dev-tools-and-integrations/subquery.md index 6637daba..f8451f5d 100644 --- a/for-dapp-developers/dev-tools-and-integrations/subquery.md +++ b/for-dapp-developers/dev-tools-and-integrations/subquery.md @@ -2,7 +2,7 @@ ## SubQuery Indexer -### Introudction +### Introduction SubQuery is a leading blockchain data indexer that provides developers with fast, flexible, universal, open source and decentralised APIs for web3 projects. SubQuery SDK allows developers to get rich indexed data and build intuitive and immersive decentralised applications in a faster and more efficient way. SubQuery supports 100+ ecosystems including Cronos, Cosmos, Ethereum, Polygon, Polkadot, Algorand, NEAR, and Avalanche. diff --git a/for-dapp-developers/dev-tools-and-integrations/tenderly.md b/for-dapp-developers/dev-tools-and-integrations/tenderly.md index 6d2e5c7a..e1b6a9cf 100644 --- a/for-dapp-developers/dev-tools-and-integrations/tenderly.md +++ b/for-dapp-developers/dev-tools-and-integrations/tenderly.md @@ -1,12 +1,13 @@ --- -description: >- - Get started with the all-in-one Tenderly platform and learn how it can help - you accelerate development on Cronos. Find out how to use the platform to - build, test, improve, and monitor your DApp! +description: Tenderly support is currently deprecated. --- # Tenderly +{% hint style="info" %} +Tenderly support is currently deprecated. +{% endhint %} + ## Introduction The all-in-one Tenderly Web3 development platform combines development tools and observability tightly integrated with blockchain infrastructure building blocks. It enables Web3 engineers to accelerate blockchain development by building, testing, monitoring, and operating smart contracts in one place.