From 41f4d634675f7feb9f0097d234a97a0f0d815c55 Mon Sep 17 00:00:00 2001 From: Xi Zhang Date: Wed, 27 Sep 2023 17:20:31 -0500 Subject: [PATCH] Update content --- docs/dapp/sapphire/guide.mdx | 2 +- docs/dapp/sapphire/quickstart.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dapp/sapphire/guide.mdx b/docs/dapp/sapphire/guide.mdx index 8486c6026d..c16de7119a 100644 --- a/docs/dapp/sapphire/guide.mdx +++ b/docs/dapp/sapphire/guide.mdx @@ -121,7 +121,7 @@ it'll work just fine. ### Languages & Frameworks Sapphire is programmable using any language that targets the EVM, such as Solidity -and Vyper. If you prefer to use an Ethereum framework like Hardhat or Truffle, you +and Vyper. If you prefer to use an Ethereum framework like Hardhat or Foundry, you can also use those with Sapphire; all you need to do is set your Web3 gateway URL. You can find the details of the Oasis Sapphire Web3 gateway [here](/dapp/sapphire#web3-gateway). diff --git a/docs/dapp/sapphire/quickstart.mdx b/docs/dapp/sapphire/quickstart.mdx index eaceb507de..0e2c14de6c 100644 --- a/docs/dapp/sapphire/quickstart.mdx +++ b/docs/dapp/sapphire/quickstart.mdx @@ -4,7 +4,7 @@ import {findSidebarItem} from '@site/src/sidebarUtils'; # Quickstart

- +

In this tutorial, you'll port an Eth project in under 10 minutes, and then go on