Skip to content

Commit

Permalink
fix: move testing to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
rube-de committed Jan 16, 2025
1 parent 99a43f9 commit e7f4009
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/develop/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@ Sapphire has three clients in different programming languages:
[go-github]: https://github.com/oasisprotocol/sapphire-paratime/tree/main/clients/go/README.md
[Py-github]: https://github.com/oasisprotocol/sapphire-paratime/tree/main/clients/py/README.md

## Testing

[Test][testing] confidential contracts with Hardhat or Ethers.

[testing]: ./testing.mdx

## Examples

See our [Examples] page for demo dApps that bring all the above together.
Expand Down
4 changes: 2 additions & 2 deletions docs/testing.md → docs/develop/testing.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
description: Testing on Sapphire
description: Testing contracts on Oasis Sapphire
---

# Testing on Sapphire
# Testing

While Sapphire is EVM-compatible and you can use most EVM tools to build your
dApp, but to test the confidential features you'll need to deploy and run the
Expand Down

0 comments on commit e7f4009

Please sign in to comment.