-
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 #977 from oasisprotocol/xz/959-localnet-section
docs: Move Localnet development to separate page
- Loading branch information
Showing
6 changed files
with
255 additions
and
102 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
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
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
import DocCardList from '@theme/DocCardList'; | ||
import {findSidebarItem} from '@site/src/sidebarUtils'; | ||
|
||
# Tools & Services | ||
|
||
Oasis integrates with a number of services and provides tooling support for | ||
developers using [Remix] (*unencrypted transactions only*), [Sourcify], | ||
[Docker images][localnet], [Band], 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/verification | ||
[localnet]: ./localnet.mdx | ||
[Band]: ./band.md | ||
[discord]: https://oasis.io/discord | ||
|
||
## See also | ||
|
||
<DocCardList items={[ | ||
findSidebarItem('/dapp/sapphire/verification'), | ||
findSidebarItem('/dapp/tools/localnet'), | ||
findSidebarItem('/dapp/tools/band'), | ||
]} /> |
Oops, something went wrong.