Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: typo
Browse files Browse the repository at this point in the history
rube-de committed Jan 15, 2025
1 parent bb1627e commit e716291
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/README.mdx
Original file line number Diff line number Diff line change
@@ -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
10 changes: 5 additions & 5 deletions docs/develop/README.mdx
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e716291

Please sign in to comment.