diff --git a/docs/README.mdx b/docs/README.mdx index e8b7c8bf..31235a83 100644 --- a/docs/README.mdx +++ b/docs/README.mdx @@ -31,7 +31,7 @@ Develop and deploy a dApp on Sapphire: ### Understanding EVM compatibility Get to know the differences between [Sapphire and Ethereum], and learn about -the high level [Concepts] of developing DApps. +the high level [Concepts] of developing dApps. [Sapphire and Ethereum]: ./ethereum.mdx [Concepts]: ./develop/concept.mdx diff --git a/docs/develop/README.mdx b/docs/develop/README.mdx index a4129df9..3e7de2e2 100644 --- a/docs/develop/README.mdx +++ b/docs/develop/README.mdx @@ -1,12 +1,12 @@ --- -description: Develop new DApps on Sapphire +description: Develop new dApps on Sapphire --- # Develop As Sapphire is EVM-compatible, you can use the same dev tooling as you would when building on Ethereum. Additionally, we build tools to support you in -creating secure and confidential DApps. +creating secure and confidential dApps. Feel free to check out the [Concept] page to get a better understanding of the transaction flow and the contract state. @@ -47,7 +47,7 @@ To connect your frontend to your smart contracts, see the [Browser] chapter. We support the common frontend libraries with the v2 client: -| Framework | Package | API | GitHub | +| Framework | Package | API Reference | GitHub | | ----------------------- | ------------------------------------------------- | ----------------- | ----------------------- | | **[Ethers v6][ethers]** | [@oasisprotocol/sapphire-ethers-v6][ethers-npmjs] | [API][ethers-api] | [GitHub][ethers-github] | | **[Viem][viem]** | [@oasisprotocol/sapphire-viem-v2][viem-npmjs] | [API][viem-api] | [GitHub][viem-github] | @@ -71,7 +71,7 @@ We support the common frontend libraries with the v2 client: If you want to connect and execute transactions from your backend. Sapphire has three clients in different programming languages: -| Language | Package | API | GitHub | +| Language | Package | API Reference | GitHub | | --------------- | -------------------------------------------------- | ------------- | ------------------- | | **Javascript** | [@oasisprotocol/sapphire-paratime][sapphire-npmjs] | [API][js-api] | [GitHub][js-github] | | **Go** | [@oasisprotocol/sapphire-paratime][go-pkg] | [API][go-api] | [GitHub][go-github] | @@ -88,7 +88,7 @@ Sapphire has three clients in different programming languages: ## Examples -See our [examples] page for demo DApps that bring all the above together. +See our [examples] page for demo dApps that bring all the above together. [examples]: ../examples.mdx