-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #950 from oasisprotocol/CedarMist/tools-verificati…
…on-link docs: fixed broken link in /dapp/tools
- Loading branch information
Showing
2 changed files
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
# Tools & Services | ||
|
||
Oasis integrates with a number of services and provides tooling support for | ||
developers using [Remix] (*unencrypted transactions only*), [Sourcify], | ||
[Docker][localnet], and more. Please reach out to us on [Discord][discord] if | ||
you are using a tool that has problems integrating with Oasis. | ||
developers using [Remix] (*unencrypted transactions only*), [Docker][localnet], | ||
and more. Please reach out to us on [Discord][discord] if you are using a tool | ||
that has problems integrating with Oasis. | ||
|
||
[Remix]: https://remix.run/docs/en/main | ||
[Sourcify]: /dapp/sapphire/guide#contract-verification | ||
[localnet]: /dapp/sapphire/guide#running-a-private-oasis-network-locally | ||
[discord]: https://oasis.io/discord |
Submodule sapphire-paratime
updated
27 files
+0 −22 | .github/wait-until-ready.sh | |
+2 −4 | .github/workflows/contracts-test.yaml | |
+1 −1 | clients/js/Makefile | |
+1 −1 | clients/js/package.json | |
+60 −90 | clients/js/src/calldatapublickey.ts | |
+8 −0 | clients/js/src/constants.ts | |
+15 −1 | clients/js/src/provider.ts | |
+0 −2 | clients/js/test/calldatapublickey.spec.ts | |
+16 −17 | clients/js/test/utils.ts | |
+14 −14 | contracts/contracts/Subcall.sol | |
+2 −2 | docs/browser.md | |
+2 −2 | docs/gasless.md | |
+0 −75 | docs/guide.mdx | |
+ − | docs/images/cheatsheet.pdf | |
+120 −0 | docs/network.mdx | |
+35 −44 | docs/quickstart.mdx | |
+78 −0 | docs/verification.md | |
+1 −4 | integrations/ethers-v6/package.json | |
+1 −1 | integrations/hardhat/package.json | |
+9 −0 | integrations/viem-v2/CHANGELOG.md | |
+2 −2 | integrations/viem-v2/package.json | |
+32 −0 | integrations/viem-v2/scripts/test.js | |
+12 −2 | integrations/viem-v2/src/index.ts | |
+1 −1 | integrations/wagmi-v2/package.json | |
+3 −3 | runtime/Cargo.lock | |
+2 −2 | runtime/Cargo.toml | |
+5 −1 | runtime/src/lib.rs |